Passing parameters from Trigger to subsequent workflow steps

I have a Workflow triggered from a webhook with parameters.

How do I access those parameters from queries in the workflow?

Thanks!

Hey @jonathanmajor!

Workflows is still in a closed beta state so there isn't much public information on them as it is potentially subject to change before launch.

At the moment here you would reference {{ startTrigger.value.claimid }} to pull that claimid value though :smile:

1 Like