Hi All,
I am trying to create a flow to send email, when a particular column in the sharepoint list "Apstripinat" gets updated by datetime value.
i was thinking of using a condition when Apstripinat column contains a value or Apstripinat column is not blank. but getting errors and dint work. so i am stuck here.
any help is highly appreciated.
Thanks in advance.
Hi!
I would try 'is not equal to' operator, or even better, wrap column dynamic content inside empty() WDL function:
Add the following expression to the left side of your condition rule:
empty(triggerBody()?['Apstripinat'])
Add the following expression to the right side of your condition rule:
false
Operator: is equal to
If you are not familiar with expressions, please follow these steps to add them:
https://flow.microsoft.com/es-es/blog/use-expressions-in-actions/
Hope this helps
Proud to be a Flownaut!
Hi @Vinoth1_ ,
What is the type of Apstripinat field?
You can try to replace dose not contain with is not equal to.
Then set the right parameter of Condition to blank.
Please take a try again and feel free to let us know if you have any questions.
Best Regards,
Hi @Vinoth1_ were the suggestions above able to help you with your issue?
Feel free to let us know if you have any questions.
Best Regards,
User | Count |
---|---|
93 | |
39 | |
24 | |
20 | |
16 |
User | Count |
---|---|
130 | |
49 | |
48 | |
30 | |
25 |