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

Is there a way we can use this in the workflow? In testing, it doesn't seem to work. ![]()
The data that we need for the workflow is under urlParams instead of data.

Is there a way we can use this in the workflow? In testing, it doesn't seem to work. ![]()
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 }}