Tuesday, June 28, 2022

Get the Length from List Rows using Microsoft flow

 Introduction:


In this blog, we will see how to check length of List Rows in Microsoft flow.


Implementation Steps:


1. Navigate to https://flow.microsoft.com


2. Click My Flows


3. Select New Flow --> Select Instance Cloud Flow 


4. Input Name and Select PowerApps



5. Click Create 


In this Scenario, i will pass a name filter in Account to check how Many Records Available


6. Click New Step --> Select Dataverse



7. Input Table name as Account --> and Expand and input filter as name eq demo





8. Now Click Add Step --> Select Condition --> Click on the Condition and Select Expression



9. Input as length of Values



10. Click OK then Select Is equal to (based on your needs) and input number


11. Now Save and Run to see the result




if the condition is satisfied it will given you true, else it will return false.


That's it


TO check the Length simply use


length(outputs('List_rows')?['body/value'])

No comments:

Post a Comment

How to Import Data from Excel to Multiple tables in PowerApps

Introduction:   I have created a view on how to import data from excel to multiple tables in Canvas PowerApps   Implemented Steps: ...