I used the filter query to get items from SharePoint List and then add rows into Excel table. I then email Excel table using just a static email. But I don't want to send email if the filter query does not return any records. I tried adding a condition in several different places, and when I do it sends the same email multiple times. E.g. if there are 3 records that are inputted into table from condition, it will send the same email 3 times. There has got to be a way to do this without sending multiple emails?
Solved! Go to Solution.
hi @theBrianL you can do this
Use length to get the number of values that you have and then you can compare: If the values are more than 0 it means you have data, if not you no have data
Proud to be a Flownaut!
hi @theBrianL you can do this
Use length to get the number of values that you have and then you can compare: If the values are more than 0 it means you have data, if not you no have data
Proud to be a Flownaut!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
63 | |
27 | |
22 | |
15 | |
15 |
User | Count |
---|---|
123 | |
47 | |
43 | |
35 | |
31 |