Hi everyone,
in my app I have a patch function inside a ForAll loop. This function patches records from a collection to a sharepoint list, which works pretty well so far.
My problem now is, I need the IDs of the newly created records from that sp list, to pass them to a flow. How could I achieve that?
I already read about saving the IDs inside a variable, but I'm not sure, if that would work inside the loop?