I am building a flow that I want to trigger when a field in D365 is updated or contains data.
Example wait until contact field contains data. I can't seem to find an option for this.
Hi Imrannaqvi,
For your scenario, you may consider using the trigger โWhen a record is updatedโ, then adding a Condition to check if the specific field contains data.
In the Condition, in advanced mode, configure the function with empty function.
The function might be configured likes below:
@empty(triggerBody()?['VSTF_x0020_ID'])
After the condition, adding actions under if yes or if no branch according to your needs.
Please check more details about empty function at here:
https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-workflow-definition-language
Please try it on your side. If you need more help, please feel free reply.
Best regards,
Mabel Mao
Join digitally, March 2โ4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
85 | |
58 | |
47 | |
38 | |
34 |
User | Count |
---|---|
91 | |
76 | |
74 | |
61 | |
41 |