Re: Inserting multiple conditions within a flow
Hi @Anonymous
You could use the "When an item is created" trigger for the sharepoint list and run the flow accordingly (this will run only when a new item is created.)
For a scheduled flow, you can probably add a new column to the SP list where users create an item and flag this column as new and then you can update in your flow later on. Another way of doing this would be checking the date and time the item was created.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!