Compare two arrays, tables or lists a lot faster in Power Automate. Power Platform and Dynamics 365 Integrations. In the simple example below, all elements containing an a are passing the filter. Next, to get the objects of the array of the Filter array action output, we will be using thecomposeaction as shown in the below image. Keep me writing quality content that saves you time , Power Automate: Convert Excel Number to Date, Microsoft Forms: Integrate with Microsoft Teams, Power Automate: Office 365 Excel Delete Row action, Power Automate: Access an Excel with a dynamic path, Power Automate: Save multi-choice Microsoft Forms, Power Automate: Add attachment to e-mail dynamically, Power Automate: Office 365 Outlook When a new email mentioning me arrives Trigger, Power Automate: OneDrive for Business For a selected file Trigger, Power Automate: SharePoint For a selected file Trigger, Power Automate: Office 365 Excel Update a Row action. Another solution for others reference: we can also use replace () method to replace {"body": [ with empty string, replace (outputs (), ' {"body": [', ''). Good question. Next, we will select the Filter array data operator of the Power Automate flow. In this example, we want to filter based on the key = RelatedEntities as seen in the Scenario section above. Re: Comparing two tables - Sharepoint - Power Platform Community (microsoft.com) Pat If yes, and you find that solution to be satisfactory, please go ahead and click Accept as Solution so that this thread will be marked for other users to easily identify! We will also be sending an email to verify our results. We will be using the same requirement as the above section, we have a Sharepoint list with employee detail as shown in the below image and the requirement is to get all the employees whose age is equal to 42 or their department is equal to IT. We will create a flow that will trigger manually. The solution with the select steps doesnt have this limitation, as the contain operation takes care of the possibility to optimize this. Lets explore more about this filter array action and learn a few of the commonly used operations. I've worked in the past for companies like Bayer, Sybase (now SAP), and Pestana Hotel Group and using that knowledge to help you automate your daily tasks. Why not 100? In this section, we will learn how to remove an empty item or string using the Filter array action in Power Automate. My Power Automate Profile Show more. In the Filter array action, we will provide the array of the SharePoint list item in the from field and then we will provide the condition to filter the items array where the employee name starts with the string value John. This is how we can join multiple conditions together using AND logical operator of the Filter array action in the Power Automate Flow. Note: The starts with condition is NOT case-sensitive. 1. Suppose we have a Sharepoint list with employee detail as shown in the below image and the requirement is to get all the employees whose age is equal to 50 and whose department is equal to IT. Second, filter the data with the Filter array action in Power Automate. Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type. Power Platform Integration - Better Together! To achieve the above requirement, we will create a flow that will trigger manually. You can get items by index like this (0=first item): Using the parse JSON action makes using the filter array action more intuitive, because you do not have to use the item() expression. Your email address will not be published. So I will get common elements. At the moment we are comparing apples and pears. Ok, so far, so good. We can also use other operators to draw a comparison between the required date-time format and the Created column like greater than, less than, etc. Filtering strings in array that not end with a certain string can be achieved with does not endwith. This example will return [1,1,2,3,4,5,6,8]. Excel returns the dates as numbers and not as dates. Thank you for sharing this, I am trying to follow along but having an issue. Next, to get the length of the array of the Filter array action output, we will be using the compose action as shown in the below image. Once we save and manually trigger the flow, we will receive the above email with the employee name and this is how you can filter the data using choice columns in the Filter array action of Power Automate. Power automate flow will automatically add the Apply to each action to loop the array of filtered items, and then we will add the Send an email outlook action to send out the emails. Now we can build an Apply to each step with a condition in it. We will first initialize a variable myArrayItems and will set datatype as array and value as [Chicago, New York, ]. First, filter the data in the Get items action using the OData filter query. It's pretty slow but I don't mind. power automate append array variable. Lets first get all distinct emails and put them in an array. Thats a briliant suggestion! ben smith for instance would pass the filter. For example, it could be any one or more of "benefits, "payroll", "tax", "other" (in reality we have dozens of tags and a document can be tagged with one or several of them)As an example here is a test table that has three entries"HR Manual.doc" ["benefits", "payroll"]"Tax Numbers.xlsx" ["payroll, "tax"]"Policy.pdf" ["other"], I then have a subsciption list with user names and a copy of the tag field, for documents they'd like updates on:Barry ["benefits", "other" ]Jane ["payroll", "tax", "other"]John ["other"]. We will check the condition where the Age column is equal to 50 and also if the Department column is equal to IT. Basically you use a select to make an array of the Title values (no column header) and Filter your other array for where that Titles array does (or does not) include the current item. I also run the popular SharePoint website EnjoySharePoint.com, SharePoint Training Course Bundle For Just $199, Introduction of Power Automate filter array, Power Automate get the length of filter array, Power Automate filter array remove empty item, Power Automate filter array multiple conditions, Power Automate filter array SharePoint list, Power Automate filter array Lookup column, Power Automate filter array Choice column, Power Automate SharePoint Get Items Filter Query, How to export SharePoint List items to excel using Power Automate and send email. I had to choose one solution however you both helped me a lot! I suggest using a string variable. In Filter Array, you set the Input to the array data which is stored in the variable shown above. Select actions are similar to apply to each steps, as they process all records in an array, but they are a lot faster as each item is processed with a single operation. Once you select, you then need to provide the condition to filter the Array. In this example, we want to filter based on the key = RelatedEntities as seen in the Scenario section above. We want to group the tasks into the only email and send them to the person in question. In order to filter the elements in a Json array regarding the elements in another array, you have to do an 'Apply to each' cycle where you check if the current element of the array is contained in the string where do you want to search. Introduction of Power Automate filter array Whenever we need to filter data in power automate, we get only two options. In this section, we will see how to get the length or count of the items of the Filter array action in Power Automate. Then we will click on advance mode, and we will write our condition to filter the array. Now, we have the array of filtered items. Thanks for sharing your knowledge, Manuel. Filter array. A great place where you can stay up to date with community calls and interact with the speakers. - For Each document match. Please refer to the below image. Not sure if you will need to cast it by means of string() On the right side of the condition add the expression item() Choose 'does not contain' as the operator I just wanted to throw in that there is another communities post that went into great detail on how comparing arrays work. Basically you use a select to make an array of the Title values (no column header) and Filter your other array for where that Titles array does (or does not) include the current item. We use cookies to ensure that we give you the best experience on our website. In this post I mentioned one of the ways to avoid nested apply to each steps. To fetch all the items from the Sharepoint list, we will be using the Get Items action. For instance you can change for age ranges like this: The or condition allows you to combine multiple conditions. We will also be going through the below points with examples for better understanding. You can achieve this by providing two conditions and combine them via and. First, filter the data in the Get items action using the OData filter query. The overall flow looks like this, but well break it down to understand each step. Not sure if you will need to cast it by means of string() On the right side of the condition add the expression item() Choose 'does not contain' as the operator Please enter your username or email address. Your email address will not be published. Power Platform and Dynamics 365 Integrations. Power automate flow will automatically add the Apply to each action to loop the array of filtered items and then we will add the Send an email outlook action to send out the emails. I the following array, I need to access all the elements in the array where "QOrder": "1"(there will always only be one element): It seems that you have used Parse JSON to parse this array, you can directly use Filter array to filter items. Im going to create two arrays in compose actions. Excel stores internally the percentages from 0 to 1, so if you want to represent the percentage, you need to divide it by 100. And when I try the same flow with slightly larger arrays the difference is even larger. How to split a string into an array in Power Automate? This example will return [7,7,8]. To compare the 2 small arrays that I used in this example will take something like 11 seconds. Its a common action, and its simple to do if you have only one condition. In case you want to remove empty strings from an array, you can use the following expression to filter empty strings: To filter by a certain column of your data, use the syntax item()[COLUMN_NAME]. Suppose, we have a Sharepoint list as shown in the below image with all the employee details and we need the object or items of the array where age is greater than 41. Its a common action, and its simple to do if you have only one condition. I hope I could help! The note on each step has the expression needed. Power Platform and Dynamics 365 Integrations. In Filter Array, you set the Input to the array data which is stored in the variable shown above. Create an array I started by creating an array. Power Platform Integration - Better Together! In this example, we will see how to use a SharePoint List item in the Filter array action using Power Automate. We will start by creating a Power Automate flow that will trigger manually. To fetch all the items from the SharePoint list, we will be using the Get Items action. Im sure you need to filter arrays all the time. The body element on the filter array step is the body of the output of 'Parse JSON' connector, which I use to facilitate the manipulation of the Json response. For example, 23% would be returned as 0.23, The number comes from Excel in a string format. Theres a simple way to convert them that I explain in detail, but the main part is that we cannot compare to todays date and be done with it. Here we will provide our condition using @or logical operator. Not sure if you will need to cast it by means of string()On the right side of the condition add the expression item()Choose 'does not contain' as the operatorNot with my laptop, cannot test it yetHope this helps. Power Platform and Dynamics 365 Integrations. Filter array on unnamed column in PowerAutomate. Click here and donate! Next, we will Send an email outlook action to send an email with employee details in the email body. And all you want to do is compare two arrays. Message 2 of 4 2,804 Views 0 Reply BKHolmes Frequent Visitor Note: The does not contain condition is NOT case-sensitive. First, we need to filter all the items we received from Get items. The first step is to reshape the arrays a bit. See how to filter an array and collect all items that are less or equal to a given value. I had just come up with a similar solution to this that gets individual SP items from within the loop, but this works just as well. The most 2 common mistakes when building the expressions are: The Power Automate filter array syntax for the conditions is not that intuitive, but you can formulate very powerful conditions. To learn more about the Power Platform, follow me on Twitter or subscribe on YouTube. I have SPO List 1 and SPO List 2 - I have a checklist based App, which uses the items in SPO List 1 to build up the items in SPO List 2. Message 4 of 4 10,496 Views 0 I dont see a clear answer from Microsoft, but 10 is possible. In this action, we will provide the array of items to be filtered in the from field. Check out the latest Community Blog from the community! Select is one of the most powerful actions in Power Automate, its the easiest way to get values from an array. How to compare two arrays using Microsoft Power Automate? We provide examples for the most common use cases. After successfully running the flow, we will receive the above email with the employee name to verify the result as per the Sharepoint list item. How to compare two arrays using Microsoft Power Automate? I want to create items on the sharepoint list which contains emails of reports without emails in the blacklist array. I'm trying to build a flow that pulls data from a json endpoint, converts that data to an array containing objects and then filter that by another array. WebPower Automate - How To Compare Two Arrays. We will create a flow that will trigger manually. I have two arrays which contains emails. I tried this code in a Filter array block, but with no luck: item()? So in the apply to each around this condition Im selecting the output from the Select Array1 reshaped action. So, is the output of a Filter array a JSON object? The array starts with [ and it ends with ] and each item inside the array starts with { and ends with }. I have two arrays. We need to send the email and use the compose as the To and the table in the Body.. Read How to remove characters from string in Power Automate? Next, we add the Filter array action to filter the array of values from the SharePoint list. In the last loop, don't add the or at the end. Then, to make sure that a duplicate element is added to the final array, we can make a condition to verify if the element is already in the array (see image below), and if not, we add it. As we already loaded all items, we dont need to make another call to SharePoint and just filter the items. ['Department'], 'IT') We will start by creating a Power Automate flow that will trigger manually. power automate append array variable. At first the condition didnt work for me and then I realized it was because the two SELECTs had different names for the column. Re: Comparing two tables - Sharepoint - Power Platform Community (microsoft.com). Handle unmanaged changes made to tables in the default solution in the Power Platform. So I just mixed your ideas also fixed by making string which contains etc. I'm working through a request to create an email subscription list. In this action, we will provide the array of cities names in the From field. In Filter Array, you set the Input to the array data which is stored in the variable shown above. I would be very appreciative; thank you. Re: Comparing two tables - Sharepoint - Power Platform Community (microsoft.com) Pat In the From field, we will provide the array of items that we will get from the pervious step the Get Items action. You can't use an array in your filter query. Instead of looping through all the objects and appending the values in a variable, you can have a single action. View solution in original post Message 2 of 3 1,452 Views 0 Reply 2 REPLIES Hi, I want to filter items using an array variable from another list. ['Department'], 'IT') It seems that you have used Parse JSON to parse this array, you can directly use Filter array to filter items. Second, filter the data with the Filter array power automate filter array contains Now we will filter the array to get the object whose department is IT, so click on the next step and select Filter array action than in the From provide the above array. Filter an array for all numbers greater than 5. I tested it here with 10 conditions. Next, to apply the required condition, we will add the Filter array action. In this action, we will provide the array of items to be filtered in the from field. It can also remove the body. Now, it is time to learn how to use the less than operator of the Filter array action in Power Automate. Hi, Good explanation thanks. You can contact me using contact@veenstra.me.uk. Today well explore how the advanced mode works and how to take advantage of multiple conditions to filter the data. Power Platform and Dynamics 365 Integrations. For example, @and(equals) and not @and(@equals) Instead of looping through all the objects and appending the values in a variable, you can have a single action. You can't use an array in your filter query. Substitute the current value in the array from Dynamic properties for [current array value here]. Compare with string, String(arrayA) contain items(Apply_to_each_5)? In this section, we will learn another important scenario, how to use date column in the Filter array action using Power Automate. I suggest using a string variable. Power Platform Integration - Better Together! You can't use an array in your filter query. (Simple Example), How to Filter Array Elements Based on a condition Using Filter() in JavaScript #shorts, Power Automate Reverse Function Explained, Power Automate Variables Function Explained. The Json array that I am receiving is the one below: In order to filter the elements in a Json array regarding the elements in another array, you have to do an 'Apply to each' cycle where you check if the current element of the array is contained in the string where do you want to search. The "split text" happens at the beginning of the content so while I get all the rows I want, the first row is "". Filtering an array of objects for a property in the objects. Good stuff! Is the task not completed, in our case, different than 1? Substitute the current value in the array from Dynamic properties for [current array value here]. Leave a comment or interact on. A pretty common use case is to filter an array by checking whether a certain element or substring is within the array that needs to be filtered. One array is called reports second one is called blacklist. Lets now learn how can we define multiple conditions in the Filter array action of Power Automate. Select actions are similar to apply to each steps, as they process all records in an array, but they are a lot faster as each item is processed with a single operation. Share WebFilter array Edit in advanced mode. Once all the items are in List 2, the process is complete for that user. But if you have multiple conditions, you need to go into advanced mode, which can be a bit intimidating. We will check the condition to get all the items where the Age column is equal to 42 or if the Department column is equal to IT. When your flow does a lot more then things could really slow down. I want to delete that common elements now. But compared to the nested apply to each solution this is pretty fast! WebPower Automate - How To Compare Two Arrays. To fetch all the items from the Sharepoint list, we will be using the Get Items action. Power Automate | Power Virtual Agents Super User Program Manager Message 3 of 4 10,499 Views 0 Reply gmcanally Advocate II In response to v-yuazh-msft 10-15-2018 07:07 AM Thanks! Power Automate: How to download a file from a link? And providing the body or the output of the Filter array action as a parameter in the function. All standard json stuff. The "split text" happens at the beginning of the content so while I get all the rows I want, the first row is "". But if you have multiple conditions, you need to go into advanced mode, which can be a bit intimidating. I have also marked @JohnAageAnderse as a solution, since his proposal was simpler than my first suggestion with intersection() function. Required fields are marked *. The reference day is day 1, so if we add the number, we will get tomorrows date since the number already contains the reference day. How to remove characters from string in Power Automate? Still intersection is usefull a lot! Building the table is quite straightforward. Took me some time to get the correct variables and data to loop through and to filter, but now its working. You can add a Filter array assigning as its input the input array you need to check against the blacklist, On the left side of the condition add the blacklist variable. sunday for instance would pass the filter. power automate append array variable. This post helped me with a solution I am building. @and(,,,) By using Power automate flow, we will remove the empty city name string. Lets think about Excel. The Power automate flow will automatically add the Apply to each action for the array of filtered items. You have some information that you want to filter but only during your run. Similar to the above example, the requirement is to get all the employees whose name contains the string value John from the SharePoint list with the employee details. WebFilter array Edit in advanced mode. How to do it? Click to email a link to a friend (Opens in new window), Click to share on LinkedIn (Opens in new window), Click to share on Twitter (Opens in new window), Click to share on Pocket (Opens in new window), Click to share on Facebook (Opens in new window), Click to share on Reddit (Opens in new window), Click to share on WhatsApp (Opens in new window), Click to share on Tumblr (Opens in new window), Click to share on Pinterest (Opens in new window), Click to share on Telegram (Opens in new window), Microsoft Graph: Exploring what it can do, Power Automate: Multiple Conditions in Filter Array. Hi Koen, Great job giving back. I am creating a workflow in PowerAutomate. To focus on the described task, we do not provide a step-by-step guide for every use case. Learn how your comment data is processed. Here we will provide the condition to check if the Created that is a data-time column is equal to todays date. Substitute the current value in the array from Dynamic properties for [current array value here]. At the moment we are comparing apples and pears. In my first example with the nested apply to each steps, each record is processed. All standard json stuff. A task name, a due date, a persons name, and an email address. For instance you can change for age ranges like this: To filter by a date range you have to merge to two conditions with and. I can do It at compose. We need to go through each distinct email, filter the data and send the email. And we will send an email with the employee details. How can we use a choice column of the SharePoint list or library in the Filter array action of Power Automate? The "split text" happens at the beginning of the content so while I get all the rows I want, the first row is "". It begins and ends with square brackets, [ ] , so I'm confused why a Parse JSON should be employed and why I am unable to access the data in the array with something like. In this section, we will be looking at more complex operators like AND logical operators of the Filter array action in Power Automate. Suppose, we have a SharePoint list as shown in the below image with all the employee details and here we have the Manager column which is a choice field. In the Filter array action, we will provide the array of the SharePoint list item in the from field and then click on the edit in advance mode and we will provide the less than condition to filter the items array where the Age columns value is less than 42. 2. From your description, you want to determine if the corresponding categories are equal and then send the file. In the last loop, don't add the or at the end. Not sure if you will need to cast it by means of string() On the right side of the condition add the expression item() Choose 'does not contain' as the operator Power Automate will recommend you some formats you can select and apply to expression to the field. This reshaping of data is easily done with two select actions. Notify me of follow-up comments by email. In case you want a Power Automate Filter array with multiple conditions, you need to switch to advanced mode: In the advanced mode you formulate more complex expressions. In this section, we will learn how to use the not equal to comparison operator in Filter array action in Power Automate. Suppose we have a Sharepoint list with employee detail as shown in the below image and the requirement is to get all the employees whose age is greater than 42 and then we also need to send these employees names in an email. We will then send an email to verify the result. Filter Array with Contents of Other Array - 2 SPO Lists. A great place where you can stay up to date with community calls and interact with the speakers. Loop through the array and append client eq ' [current array value here]' or in each loop. I have some content that I turn into an array by splitting at [TEXTTOSPLITAT]. In the Filter array actions From field, we will provide the array of the SharePoint list item that we got from the previous step and then expand the edit in advance mode. 'It ' ) we will start by creating a Power Automate flow will add! To SharePoint and just filter the data in Power Automate filter array action in Automate! The data and send the email body we Get only two options Power Automate flow that trigger. Sending an email to verify our results introduction of Power Automate flow search results by suggesting possible matches you! Because the two SELECTs had different names for the array from Dynamic for... Apply to each step has the expression needed can we use cookies to ensure that give. A SharePoint list, we do not provide a step-by-step guide for every use case arrays! Sure you need to go into advanced mode, which can be a bit achieve by. Eq ' [ current array value here ] define multiple conditions to filter data in the Automate... And appending the values in a string format task, we want to if... Or library in the Get items action using Power Automate flow that trigger... Parameter in the default solution in the array starts with { and ends with } the equal! The Department column is equal to todays date to SharePoint power automate filter array by another array just the! Via and we give you the best experience on our website all items that are or! Another important Scenario, how to filter the array data which is stored in the Get items action are or. Items on the SharePoint list item in the from field, different than 1 ( ) see how use... Ensure that we give you the best experience on our website the empty city name.! Comparing apples and pears set datatype as array and collect all items that are less or equal comparison..., each record is processed date with community calls and interact with nested. Than operator of the filter power automate filter array by another array action using the OData filter query change Age. Made to tables in the from field intersection ( ) function list or library in the array! Has the expression needed you type 0 Reply BKHolmes Frequent Visitor note: the not... From a link called blacklist together using and logical operators of the filter array with Contents of Other array 2. Filter array action to filter, but with no luck: item ( ) the. Condition, we will check the condition to check if the Department is! Actions in Power Automate each steps Microsoft Power Automate we need to an! Does not endwith the SharePoint list item in the last loop, do add. Put them in an array by splitting at [ TEXTTOSPLITAT ] with does not condition... See a clear answer from Microsoft, but now its working a JSON object a! Single action used operations see a clear answer from Microsoft, but now its.. Inside the array of objects for a property in the function going through the array from Dynamic properties [! Making string which contains etc email with employee details actions in Power Automate.. Solution in the filter array, you need to go into advanced mode, and its simple to if! Into an array I started by creating a Power Automate flow will automatically add the at! Emails and put them in an array in your filter query be filtered in the blacklist array use column... Filter all the items output from the community Get only two options names in last. On advance mode, which can be a bit intimidating is complete for that user current... Condition im selecting the output of the commonly used operations number comes from excel in variable... Can be a bit out the latest community Blog from the SharePoint list we. Email, filter the array of values from an array to go into advanced,! With } from an array in your filter query used in this example we... Containing an a are passing the filter array action in Power Automate that. Be a bit in array that not end with a certain string can be a bit changes made to in... Task, we will write our condition to filter arrays all the items from the SharePoint list, have... Date, a persons name, a due date, a persons name, we. By suggesting possible matches as you type this code in a string format the latest Blog... Advance mode, and its simple to do is compare two arrays using Microsoft Automate... Array with Contents of Other array - 2 SPO lists working through a request to create on! The speakers as the contain operation takes care of the ways to avoid nested to... Condition using @ or logical operator of the filter array, you set the Input to array! But having an issue ) function example, we will add the or allows! Im sure you need to go into advanced mode, which can be a bit intimidating way Get. Than 5 cities names in the from field tables in the array of values from the SharePoint list in. Ranges like this, but well break it down to understand each step how to use the not to! A condition in it a string into an array combine multiple conditions in the filter fixed making... Sure you need to make another call to SharePoint and just filter data. First, filter the data and learn a few of the possibility to optimize this during your run item the... Array Whenever we need to provide the array of cities names in the variable shown above filter arrays the., New York, ] requirement, we will be using the filter! The items [ current array value here ] each distinct email, filter the items we received Get... Age column is equal to 50 and also if the corresponding categories are equal and then realized... Is one of the filter array action in Power Automate splitting at TEXTTOSPLITAT... Suggesting possible matches as you type with { and ends with ] and each item inside the array cities... The objects by suggesting possible matches as you type filter all the items from SharePoint... And how to use date column power automate filter array by another array the default solution in the Power.! Use date column in the array starts with { and ends with } the details. Each around this condition im selecting the output of a filter array of... To fetch all the items from the SharePoint list, we will also be going the... If the Created that is a data-time column is equal to 50 and also if Created! To be filtered in the last loop, do n't add the filter array action in Automate! Same flow with slightly larger arrays the difference is even larger choice column of the filter array of. Column in the variable shown above have this limitation, as the contain operation takes care of filter! This example, 23 % would be returned as 0.23, the process is complete for that user values a... ' [ current array value here ] as array and append client eq ' [ current array value here.! Doesnt have this limitation, as the contain operation takes care of the filter, follow me Twitter..., how to download a file from a link conditions and combine them and! Less or equal to a given value with Contents of Other array - 2 SPO lists having an issue output. String in Power Automate flow, we dont need to go into advanced mode works and to! Items, we will learn another important Scenario, how to compare 2. To apply the required condition, we will also be going through below. Get values from the select Array1 reshaped action by providing two conditions and combine them via and of for! Place where you can achieve this by providing two conditions and combine them via and date column in the array... Me and then I realized it was because the two SELECTs had different names the... The first step is to reshape the power automate filter array by another array a bit a parameter in the apply to each,. An empty item or string using the OData filter query select the filter action... Suggesting possible matches as you type used operations go through each distinct email, filter the data in Power:. Calls and interact with the employee details in the variable shown above only during your run: item (?... And then send the file steps, power automate filter array by another array record is processed Power Automate that... 4 10,496 Views 0 Reply BKHolmes Frequent Visitor note: the does not condition. Collect all items that are less or equal to a given value Get only options. Solution with the speakers column of the filter the array operation takes care of the commonly operations. Column in the filter distinct emails and put them in an array as a solution, his... The output from the SharePoint list, we want to filter, now! With ] and each item inside the array and append client eq ' [ current array value here.. So in the filter array, you set the Input to the person in question at [ ]! Solution this is how we can join multiple conditions, you set the Input to the array starts with and... Created that is a data-time column is equal to it here ] you narrow... Platform, follow me on Twitter or subscribe on YouTube ' ) we will looking! The above requirement, we will be using the Get items action using the OData filter query array splitting. Is one of the ways to avoid nested apply to each steps, each record is processed item the.