Hi all,
I have a business process flow that is going to be used for our organisations unit mobilisation process.
In our SDC (Sales Data Capture) table we provide a unit code for a newly mobilised contract. The flow I am using sends an approval request to the approver, the approver then puts a unit code into the comments and I use the comments response as the field to populate the unit code column in the SDC table. Note, the unit code column is a lookup to a unit code master table that is updated via a dataflow from Oracle JD Edwards.
At the moment I have the below:


But this flow is failing, presumably because of the column being a lookup? The records I am trialing it with do exist but have been getting the below error:
"URL was not parsed due to an ODataUnrecognizedPathException. Resource not found for the segment provided in the URL."
Can anyone please assist in how I can firstly populate the unit code field with approval response comment and secondly how I can then use that field to add a new row to my second table.
Thanks
Tom