Announcements
Dear community,
I created a flow which contains "execute action (V3)" which executes business central action "salesOrder-shipAndInvoice".
This flow action is sometimes successful and sometimes not. What I need is passing on a result to the flow resp. the calling powerapp!
However, it seems that action "salesOrder-shipAndInvoice" does not provide a return value out of the box! Could it be that this is due to asynchronous processing?
Do you have any suggestions how to evaluate the success of this action?
thanks and regards,
Andreas
It's about handling single order.
Your blog reminded me on the "Configure run after" feature. Thanks.
This execute action has no return value, but by "configure run after" I can set a variable to true if the action was successful.
Then I pass on the boolean variable back to the powerapp by "respond to a powerapp or flow".
Solved!
Is it handling single or multiple orders? Do you have an “apply to each”? You could have two actions after the post which run in parallel. One is configure to run on success and the other for failure. The action could be a compose to pass a message back to the power app. I use that type of concept in this blog: joshanglesea.wordpress.com/.../
André Arnaud de Cal...
293,998
Super User 2025 Season 1
Martin Dráb
232,850
Most Valuable Professional
nmaenpaa
101,158
Moderator