Flow - Determine the event type in Data verse table
Using CDS connector we can trigger the flow based a event trigger in the Data verse table. Based on the determine the event fired in a data verse we can determine the actions to be performed in the data verse. While creating the table, we can choose the Change type as below.
To determine the type of the event,
there is a property in called SdkMessage. We can get the property values using
the expression. We can get the values from SdkMessage as “Create”, “Update” as
below.
We can get the SdkMessage using
the expression below.
Based on the type of the event, we
can determine the actions.
Comments