Hi good people,
How to debug or check Flow error because it is said the record does not exist in the destination platform ?
The destination is D365 F&O. So I create a custom entity inside F&O, If someone familiar with D365 F&O, there is an entity named : LedgerJournalAttachmentsEntity. So this entity is link to a table called LedgerJournalTable (header table) and I copied this entity to a new one then changed its underlying table to LedgerJournalTrans (its child/detail table).
I think I did it correctly, but when Flow ran using this entity, I have error with the given parameters that I provided from my PowerApp.

The number "000001" is given in my PowerApp as one of the parameter when run Flow. And I pretty sure the number is exist in my destination table LedgeJournalTrans inside D365 F&O.
So I need to debug or check what is the actual error for this issue.
Please help.
Thanks in advance.