Retorn in flow design
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2023 05:30 AM
I have a flow that creates a contract via webservice in company X, but I need to bring back confirmation of this creation, how do I configure my flow to bring this information?
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2023 05:47 AM
@Romualdo Mendes You might be using a rest message action to make a web-service call. Set an output of this action and return the response from the web-service. The output from this action can be used in the flow to identify the if the contract was generated successfully.