Hello Flow Community!
I would like to "compare" elements in two arrays, like eg.:
Array1 ["apple", "orange", "banana"];
Array2 ["strawberry", "apple", "watermelon"];
the thing is that if at least one element (string) is the same in both arrays i would like to eg. send a message.
Did anyone tried something like this, or could give me some hints how to achieve that?
Thanks in advance!
Solved! Go to Solution.
Hi @Anonymous ,
If this comparison does not consider index, but if it has the same element value, it need to send email. You could refer to the following method.
Image reference:
Hope it helps.
Best Regards,
Hi @Anonymous ,
If this comparison does not consider index, but if it has the same element value, it need to send email. You could refer to the following method.
Image reference:
Hope it helps.
Best Regards,
I have tried this method to compare two arrays and if the item doesnt exist in the second list to create it but when I run it again it creates all the items in the array again not just the new item.
Is there a way to loop through all the items and just create the new items? I will also want to update if there is something changed...
I am trying to do a one way sync with Azure SQL table to sharepoint online list.
HI!
In the list Share Point I have two columns start date and end date, how do I create an array with dates between these two dates?
*I want to count whether it coincides with the list of public holidays to calculate the number of vacation days without holidays.
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 |
---|---|
47 | |
17 | |
15 | |
11 | |
11 |
User | Count |
---|---|
57 | |
42 | |
23 | |
18 | |
17 |