We found 26 matches for: mutations

An overview of all mutations blocks currently available, updated daily!

mutations: set fields

Generates an array of mutations based of the given filled fields.

Out-pins

mutations
mutations: set custom field

In-pins

Array
Field
The field to be set, this could include the index in case the field is an array (e.g. contacts.0.name). Be cautious, updating existing fields into new types could cause search-index issues and make data visually disappear.
Boolean
Value
Number
Date
Object
index

Out-pins

mutations
mutations: remove from custom array

In-pins

Array
Field
Boolean
Value
Number
Date
Object
index

Out-pins

mutations
mutations: remove fields

Out-pins

Mutations
mutations: increment by field

In-pins

Incr. by

Out-pins

mutations
mutations: merge into array

combines two or mores arrays.

In-pins

array

Out-pins

mutations
mutations: add to array

push any given type to the array.

Out-pins

mutations
mutations: add unique to array

push any given type to the array if it doesn't already exists.

Out-pins

mutations
mutations: conditions: elseif

In-pins

default
else if
then

Out-pins

mutations
object: difference to mutations

generates an array of mutations of the different between two objects.

In-pins

original
modified

Out-pins

mutations
mutations: switch

Returns a mutations based of the given expression.

In-pins

expression
The expression to evaluate.
default
The default statement to be executed.

Out-pins

output
Returns the mutations matching the expression.
match
Returns true in case a match was found.
mutations: get first mutation

get the first mutation.

In-pins

mutations
mutations

Out-pins

mutation
references: define

Store these mutations as reference, which can later be used by "use reference"

In-pins

mutations
references: use

Use the mutations which were previously defined by a define reference

Out-pins

mutations
mutations: key -> value

In-pins

key
Value
Number
Object
Condition
Array

Out-pins

mutations
mutations: decrement by field

In-pins

Decr. by

Out-pins

mutations
mutations: increment custom field

In-pins

Field
Incr. by

Out-pins

mutations
mutations: remove custom field

In-pins

field

Out-pins

Mutations
mutations: add unique to custom array

push any given type to the array if it doesn't already exists.

In-pins

Array
Field
Boolean
value
Number
Date
Object
index

Out-pins

mutations
mutations: add to custom array

push any given type to the array.

In-pins

Array
Field
Boolean
value
Number
Date
Object
index

Out-pins

mutations
mutations: remove from array

In-pins

Value
Number
Date
Object

Out-pins

mutations
mutations: conditions: if

use mutations X or Y based of a condition.

In-pins

true
false
boolean

Out-pins

mutations
mutations: get at index

In-pins

mutations
mutations
index
index used

Default:
0

Out-pins

mutation
mutations: multiple

combine multiple mutations into one.

In-pins

mutations_1
mutations_2

Out-pins

mutations
mutations: get last mutation

get the last mutation.

In-pins

mutations
mutations

Out-pins

mutation
mutations: decrement custom field

In-pins

Field
Decr. by

Out-pins

mutations