You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Evaluate a condition and run different actions based on whether the condition is true or false.
316
+
<br><br>[**Condition**][condition-doc]
317
+
<br><br>Evaluate a condition and run different actions based on whether the condition is true or false.
334
318
:::column-end:::
335
319
:::column:::
336
320
[![For Each action icon][for-each-icon]][for-each-doc]
337
-
\
338
-
\
339
-
[**For Each**][for-each-doc]
340
-
\
341
-
\
342
-
Perform the same actions on every item in an array.
321
+
<br><br>[**For Each**][for-each-doc]
322
+
<br><br>Perform the same actions on every item in an array.
343
323
:::column-end:::
344
324
:::column:::
345
325
[![Scope action icon][scope-icon]][scope-doc]
346
-
\
347
-
\
348
-
[**Scope**][scope-doc]
349
-
\
350
-
\
351
-
Group actions into *scopes*, which get their own status after the actions in the scope finish running.
326
+
<br><br>[**Scope**][scope-doc]
327
+
<br><br>Group actions into *scopes*, which get their own status after the actions in the scope finish running.
352
328
:::column-end:::
353
329
:::column:::
354
330
[![Switch action icon][switch-icon]][switch-doc]
355
-
\
356
-
\
357
-
[**Switch**][switch-doc]
358
-
\
359
-
\
360
-
Group actions into *cases*, which are assigned unique values except for the default case. Run only that case whose assigned value matches the result from an expression, object, or token. If no matches exist, run the default case.
331
+
<br><br>[**Switch**][switch-doc]
332
+
<br><br>Group actions into *cases*, which are assigned unique values except for the default case. Run only that case whose assigned value matches the result from an expression, object, or token. If no matches exist, run the default case.
<br><br>**Compose**: Create a single output from multiple inputs with various types.
362
+
<br><br>**Create CSV table**: Create a comma-separated-value (CSV) table from an array with JSON objects.
363
+
<br><br>**Create HTML table**: Create an HTML table from an array with JSON objects.
364
+
<br><br>**Filter array**: Create an array from items in another array that meet your criteria.
365
+
<br><br>**Join**: Create a string from all items in an array and separate those items with the specified delimiter.
366
+
<br><br>**Parse JSON**: Create user-friendly tokens from properties and their values in JSON content so that you can use those properties in your workflow.
367
+
<br><br>**Select**: Create an array with JSON objects by transforming items or values in another array and mapping those items to specified properties.
422
368
:::column-end:::
423
369
:::column:::
424
370
![Date Time action icon][date-time-icon]
425
-
\
426
-
\
427
-
**Date Time**
428
-
\
429
-
\
430
-
Perform operations with timestamps.
431
-
\
432
-
\
433
-
**Add to time**: Add the specified number of units to a timestamp.
434
-
\
435
-
\
436
-
**Convert time zone**: Convert a timestamp from the source time zone to the target time zone.
437
-
\
438
-
\
439
-
**Current time**: Return the current timestamp as a string.
440
-
\
441
-
\
442
-
**Get future time**: Return the current timestamp plus the specified time units.
443
-
\
444
-
\
445
-
**Get past time**: Return the current timestamp minus the specified time units.
446
-
\
447
-
\
448
-
**Subtract from time**: Subtract a number of time units from a timestamp.
371
+
<br><br>**Date Time**
372
+
<br><br>Perform operations with timestamps.
373
+
<br><br>**Add to time**: Add the specified number of units to a timestamp.
374
+
<br><br>**Convert time zone**: Convert a timestamp from the source time zone to the target time zone.
375
+
<br><br>**Current time**: Return the current timestamp as a string.
376
+
<br><br>**Get future time**: Return the current timestamp plus the specified time units.
377
+
<br><br>**Get past time**: Return the current timestamp minus the specified time units.
378
+
<br><br>**Subtract from time**: Subtract a number of time units from a timestamp.
0 commit comments