One gotcha I’ve run into that I’ll mention is that I’ll rename a workflow step and then any code referencing it needs to change. In the case of triggers, they can’t be renamed. But if you use pd.steps['myworkflowstep']['event'] and then later change myworkflowstep to andreaworkflow you will have to touch any code to make it pd.steps['andreaworkflow']['event']
Hi Pierce, for some reason I can’t do it. Would you please be so kind to share how you would use that to print the query parameter. Let’s say this is the trigger https://eoy10v524fteh67.m.pipedream.net and I would like to extract the query parameter portion https://eoy10v524fteh67.m.pipedream.net?ciao so that the python function returns just ciao and prints it in python?
I don’t mean to step on a conversation Pierce is in though since I’m hear I’d like to pay it forward for help I’ve received. Take a look at the following screenshot. This is an example of what I see with a webhook example when I add a parameter to it