ReplyToTrigger

This Activity is placed under the General category. Use this Activity to map output values and to send the reply back to the trigger. The flow execution continues after the reply is sent to the trigger, unlike the Return Activity.

When using this Activity, keep the following considerations in mind:

  • The flow in which you want to add the ReplyToTrigger Activity must have a trigger.

  • The input of the Activity must be consistent with the flow output schema.

  • Do not use this Activity with subflows. To send a reply from subflows, use the Return Activity.

  • If the flow output schema is updated, you must open the Activity once so that the update reflects in the Activity.

  • You can add multiple ReplyToTrigger activities in one flow but only the first Activity sends the reply to the trigger.