Hello experts,
I created a workflow for ManualSupplierInvoiceAssistantHandling, which fetches property INVOICE_DESC from supplier > invoice section and replace the invoice voucher text with the fetched value. I am triggering with process enrichment right after ValidateInvoiceHeader(Objkey):Void
Here I must send my special thanks to @dsj for his blog :)
When I inspect with end user, the workflow works. When I test with IFSAPP on the test environment, the text is updated successfully on the Manual Supplier Invoice.
However, on PROD with the end user, the manual supplier invoice is not getting updated although the workflow is triggered

Here is workflow call after ValidateInvoiceHeader. I checked the permission sets and all looks good to me.
Can you maybe comment where I should look more?

Thanks