
Announcements
Hello everyone,
The following scenario: I want to read the rows from an Excel table. These should then be saved in a SharePoint list. Before the elements are created, it should be checked whether the entries already exist.
If the check with the function Lenght = 0, then one element should be created and the others should be updated. If False, then only the elements should be updated.
Before checking: "Create or just update", it should be checked whether two date columns in the Excel table contain values. If the check returns: Row (field) is empty, then the field in the row should be updated with UTC NOW. Otherwise you move on to the next action.
My problem: The flow continues constantly without coming to an end and therefore no data is transferred. In the absolute basic configuration without conditions, the data transfer works, although an error message is also output, but all actions are somehow successful.