Hi,
I'm receiving the following error for the "NAV Create Item" action in the Sales Line flow.
Dynamics NAV: Request failed: The remote server returned an error: (400) Bad Request. (Document No. must have a value in Sales Line: Document Type=Order, Document No.=, Line No.=0. It cannot be zero or empty.)
The Sales Header gets created in NAV and the Order No. is maintained in CRM. Now while passing the Sales Line, I'm sending this Order No. but in another field as the out-of-box Document No. doesn't show up in MS Flow field mapping. I even wrote a code in NAV on the first line OnInsert trigger to assign the values to these primary key fields but still Flow throws the same error.
Appreciate if you could provide any alternative solution to this problem.
Thank you