Hi
I have created a flow as below. It works fine now I just want it to be trigged when a new item is created.
I get the below list - I want it to be limited to when an entry has been created . I just want the new entry to be work flowed.
Solved! Go to Solution.
Hi @GA2021 ,
Could you please tell me:
Do you want to get a record returned by When an item is created instead of all records of the entire list?
Because When an item is created returns a record instead of an array, it is not possible to use Select directly.
You can use Get Items to filter out this record by ID (that comes with SharePoint) in the filter query.
I have made a test for your reference:
1. This is my data source.
2. Add Get Items and enter in filter query:
3. Use Select:
Best Regards,
Levi
Don't use the Get Items to get values. Instead get the value directly from the Trigger (When a new item is created).
Otherwise use and If Action to get the value you need.
---------------------------------------------------
Please Accept as Solution if it solves your question. Or just give it a Thumbs Up if it is helpful as can help others.
Subscribe: https://www.youtube.com/channel/UCFpvUlpx84FuIPOdInGKMTw
Twitter: https://twitter.com/assist_365
Regards
Darren Lutchner - 365 Assist
I am getting the below error now
Why do you need a Select? What is your flow trying to achieve?
Hi
its a table format . when a quote is created i want it to go thru the approval process of multiple people approving . and as they receive all the table information in the email itself
Hi @GA2021 ,
Could you please tell me:
Do you want to get a record returned by When an item is created instead of all records of the entire list?
Because When an item is created returns a record instead of an array, it is not possible to use Select directly.
You can use Get Items to filter out this record by ID (that comes with SharePoint) in the filter query.
I have made a test for your reference:
1. This is my data source.
2. Add Get Items and enter in filter query:
3. Use Select:
Best Regards,
Levi
User | Count |
---|---|
119 | |
87 | |
86 | |
75 | |
66 |
User | Count |
---|---|
214 | |
181 | |
137 | |
96 | |
83 |