Forum Discussion
It is my understanding that there is no option to start a pipeline process using a button alone, pipelines need to be triggered off of field changes. So your form button can be used to update a field value, then you use that field change as your pipeline trigger...if I'm understanding your question correctly.
- GrantK10 months agoQrew Trainee
The pipeline will be triggered by a scheduled time. It will then update some date fields. I want the last step of the pipeline to execute the button which utilises those changed date fields.
- MarkShnier__You10 months ago
Qrew Legend
It might help to see the URL posted here, but basically, you will put the URL into the Make Request step URL. I'm curious myself to test if it will accept a nested URL call with embedded redirects using the &rdr syntax, but if not, you can have several successive Make Request steps. But it will not be able to refresh the page as the last step, as it typically done with URL formula buttons.