I have built an approval flow in power automate, flow triggers whenever Product Lifecycle State change.
Approval part working as expected but, when request is rejected then I am updating that field using Update a Record action.
While updating getting an error: "An error has occurred. Write failed for table row of type 'EcoResReleasedProductV2Entity'. Infolog: Error: Transaction
does not contain a required signature.."
I have enable the Electronic signature in D365, that's why I'm getting this error.
I can't disable electronic signature, because business want both the functionality.
At the last, I just want to Update record from power automate even if electronic signature is enable.
Is there any way to handle this in power automate or any other solution to achieve this scenario?