Hi all,
I've set up a flow to add a new row in an excel when someone creates a new item in a list but I only want it to do this if one of the columns contains a certain value. The list has a drop down option of 5 values and is titled 'Group', I'm just unsure how to write the expression that filters out the other values to only get the one I need.
Any help would be much appreciated!
Hi!
How is the column defined in Sharepoint? ¿Choice? ¿Multichoice?
Assuming its internal name is 'Group' and it is of type Choice I would try with the following expression
triggerBody()?['Group']?['Value']
Hope this helps
Proud to be a Flownaut!
Hi!
Yes, it's a choice (drop down to be precise 🙂 ) I'll try that! The text choice is quite long, so for the value I'll just type it in as it appears with _ for the spaces?
The text choice is quite long, so for the value I'll just type it in as it appears with _ for the spaces?
You mean the column value? If I were you I would select column value from the dynamic content menu, if you do so no need to type.
But... if you decide to type, you should take into account:
-You need to figure out what the internal sharepoint columnname is. So if you used special characters as spaces etc. the internal name differs from the displayed one, also if you changed the column name (it would retain the old one as internal name).
-What I shared above is a expression. Please follow these steps to add expressions:
https://flow.microsoft.com/es-es/blog/use-expressions-in-actions/
Hope this helps
Hope this helps
Proud to be a Flownaut!
@efialttes where would I put this? I thought I might need to do a filter function or something? There's 5 different options in Group and I only want to create a new excel line if 'Education BLANK BLANK BLANK' (example) is chosen by the user.
Hi!
I would add a Condition action block just in between your current two blocks.
Once added, define its condition rule, and move 'Insert row' inside the true branch
Hope this helps
Proud to be a Flownaut!
I'm pretty sure it's me just being daft now but I've done that and it's still not working! I don't think I'm defining the condition rule correctly?
What's the best way to do that?
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.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
70 | |
25 | |
18 | |
16 | |
13 |
User | Count |
---|---|
137 | |
44 | |
32 | |
32 | |
29 |