Forum Discussion
rohitbajaj
Microsoft
Aug 27, 2024Flow runs successfully but does not create item in SharePoint List
I have a scheduled flow that takes an excel file as an input and creates a item in SP list for each new entry in excel and updates the old items.
However, on running the flow, it is not able t...
Rob_Elliott
Aug 27, 2024Silver Contributor
rohitbajaj you need to provide a bit more info about what's in the condition, the problem is most likely there.
Rob
Los Gallardos
Microsoft Power Automate Community Super User.
Principal Consultant, SharePoint and Power Platform WSP Global (and classic 1967 Morris Traveller driver)
- rohitbajajAug 27, 2024
Microsoft
Hi Rob_Elliott, I am checking if the entry from excel already exists in SP list or not. If it exists, I update the SP list item. If not, I create a new list item.
Condition: length(outputs('Get_items')?['body/value']) > 0
Image:
I am referencing this youtube tutorial: https://www.youtube.com/watch?v=-ZaktFuS1KA