Hello,
Is it possible (or, more precisely, is there a workaround) to create folders when a specific column for an item in a list is updated?
e.g.
Sharepoint list - one of the columns is a choice column, let's say it has - New, In Process, Done, Out - choices.
They are changed by the people working with the items.
What I want to do:
When the state column is changed to - In Process, create folders in document library/ies (on the same site as the list)
Which of the Sharepoint connectors have to be used (out of the two available regading item updates) and how to only do it when a specific column is changed? I have no need to do this when any other column is updated.
Thanks!
Solved! Go to Solution.
Hi @RalfsZ
Thank you for posting.
According to your description, you want to create folder when a specific column of a list item is updated.
You can set Trigger Conditions offers the option to check Trigger Properties and additional logic to determine if the Flow should run at all.
Please take a try with the following screenshots.
This is my list
You can refer to the following steps to set the Trigger Conditions.
1、Click... then select Settings
2、Click +Add
3、Write the expression in it then click Done
Expression:@equals(triggerBody()?['Chioce/Value'],'In Process')
Flow in details
Flow will only run when the choice value is changed to in process
New Folder is created
For more info about Trigger Conditions you can refer to:
https://www.timlinenterprises.com/microsoft-power-automate-flow-trigger-conditions/
Hope the content above may help you.
Best Regards
If my solution helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @RalfsZ
Thank you for posting.
According to your description, you want to create folder when a specific column of a list item is updated.
You can set Trigger Conditions offers the option to check Trigger Properties and additional logic to determine if the Flow should run at all.
Please take a try with the following screenshots.
This is my list
You can refer to the following steps to set the Trigger Conditions.
1、Click... then select Settings
2、Click +Add
3、Write the expression in it then click Done
Expression:@equals(triggerBody()?['Chioce/Value'],'In Process')
Flow in details
Flow will only run when the choice value is changed to in process
New Folder is created
For more info about Trigger Conditions you can refer to:
https://www.timlinenterprises.com/microsoft-power-automate-flow-trigger-conditions/
Hope the content above may help you.
Best Regards
If my solution helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you very much, this works wonderfully!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
31 | |
29 | |
28 | |
18 | |
11 |