Hi All,
I want to copy the field new_contactpersoonid from one order to another order. It is a lookup to the tabel contacts in Dataverse.
I use this code to check if the field is empty:
if(empty(outputs('De_order_ophalen')?['body/_new_contactpersoonid_value']), '', concat('/contacts/', outputs('De_order_ophalen')?['body/_new_contactpersoonid_value']))
I get this error:
URL was not parsed due to an ODataUnrecognizedPathException. Resource not found for the segment provided in the URL.
Can anyone help me fix this?
Jan