Is there a way to get data from urlParams instead of startTrigger.data?

The data that we need for the workflow is under urlParams instead of data.

Screenshot 2024-04-16 at 11.23.54 AM

Is there a way we can use this in the workflow? In testing, it doesn't seem to work. :confused:

Hi @audreyanne96,

You should be able to grab it the same way as you would grab the data, just access that property directly {{ startTrigger.urlParams }} and then each individual one like {{ startTrigger.urlParams.phone }}

1 Like