Hi All,
I have an issue where the body of the output is blank, and I would like to populate it with some parameters, if possible, to have some feedback of completed action.
Flow is cloud flow, that inserts record in T5200 - Employee of the BC(SaaS) and then gets that records by its systemID, and then some execute action is called to update the data in T156 - Resource (this is done with a procedure added on the custom ApiPage).
Procedure that is being called from action employee-UpdateResourceAfterEmployeeIsInserted
Flow design:
input from the 'Execute_action_(V3)' is populated as expected
Body of output is blank, where I would like to insert some details of updated record, if that is possible, so that user will have some log what was updated.
Hi @DamjanZ ,
You need to update return type of employee-UpdateResourceAfterEmployeeIsInserted to get the output back in flow. Please get in touch with the team if you are not the owner of this action.
Thanks