Hello,
I'm a flow rookie, and had a question about Conditional expressions.
I'm attempting to set up an approval flow for D365, where when a custom quote field changes, an email is sent to an approver, who would then intiate the approval through email, without having to sign into D365.
I've set up the 'connection' to our D365 org (when record is updated) - Quote entity. I then added the condition and the field to trigger the flow, but I can't see how to set it so it so that the flow is started when the field is filled/changes in the quote form. In D365 processes, you can set the process to 'Start when: Record fields change'. Is it possible to do this in Flow. I'm assuming that I would have to use an expression to do so.
Thanks
Hi mikbai,
Please consider using the trigger “Dynamics 365 – When a record is updated”.
Then adding a Condition to check if the field has a value using the empty function. If the field isn’t empty, do an action, if it is empty, do another action. It will depend on your needs.
However, there is no function can be used to check if the value has been changed.
Please get more details about the empty function in this doc:
https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-workflow-definition-language
Please try it on your side and feel free reply if you need more help.
Best regards,
Mabel Mao
Thanks Mabel,
I will let you know.
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
89 | |
58 | |
42 | |
37 | |
36 |
User | Count |
---|---|
84 | |
72 | |
60 | |
56 | |
40 |