I have a screen flow that is activated from a Button.
The button show information relevant to a request that needs to be submitted on an external site.
Is there a way to click on the Submit button (I custom named in the footer) that will trigger the post request to the external site?
The site would then return an ID # that I would like to show the submitter/user and it will also update a relevant ID field on the Opportunity/project object. Is that possible ?
Screenshot of screen attached, this is the info I want submitted to the external site...I am not sure if I can trigger a submission from a footer button, or if I can pass to the next screen where I will have a link to submit, and be returned with the External Request ID?
Let me know if my question isn't clear and or any feedback is greatly appreciated.
Thank you @Ajaypreet Singh Saini I will start testing this to see if I can get it to work.
My goal is to trigger it from the screen flow ...upon clicking finish - I want the next screen to show the ID (response from the external service)
This is a new project for me...so I wasn't really sure how to go about it.