When I start a flow from a Posted Sales Invoice using the
For a selected record V3 trigger, the flow will always fail because the
SystemId that the trigger returns cannot be found in the
salesInvoices table 112.
The reason is that the trigger returns the Draft Sales Invoice SystemId field and not the SystemId from table 112. The Draft Sales Invoice SystemId is not part of the API. So there is no way for me to know which Posted Sales Invoice the flow was triggered from.
This issue is identical in the public API v2.0.
Has anyone else run into this issue?