Identify Trigger Type in a Common data service connector
Many a times when working with Legacy Workflow we faced situations to identify the event and make a specific action along with all the common actions.
This is solved in CDS Trigger of Power automate. Configure a CDS Trigger with Combo trigger like below
Event can be extracted with triggerOutputs()?['body/SdkMessage'] and can be used in conditions like below.
Thanks for reading!
*This post is locked for comments