Hello All,
We are facing strange issue where workflow is not getting trigger when item is created / modified using CSOM,
So we have a workflow (WF1) on List (L1) which is set on running when item is created or modified.
Currently we have a .net portal and public user submit the data from this .net portal & using CSOM we create records in List (L1) using account (Account1 - Not System Admin).
We can see the records getting created in List (L1) with account (Account1), But the workflow is not getting triggered. But if I login with the same account (Account1) in SharePoint 2019 on-premise and create item or modify the workflow is getting trigger.
Need help on why the workflow is not getting trigger when item is created using CSOM.