Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »


You can inject contextual workflow entities via variables into the remote action payload template. 

On this page:

Related pages:

Entity Variables

You can inject contextual variables with workflow entities into the remote action payload templates.

Syntax

There are two different syntactical notations to refer to variables:

Shorthand notation

The shorthand notation is $entity.key / $entity.key.subkey – using this shorter notation is usually preferable for brevity, and also required within the Automate with AWS post function.

Formal notation

The formal notation is ${entity.key} / ${entity.key.subkey} – using this longer notation is optional in general, but not supported within the Automate with AWS post function.

Entities

The currently available entities are:


Actions

You can inject contextual variables into the following actions:

How-to Articles

Frequently Asked Questions (FAQ)

  • No labels