Hi,
I think we've encountered a strange bug since the update of the newest Sharepoint Version (the one with the left icon bar):
We had a PowerApp that submitted data to multiple sharepoint lists via
Concurrent(
SubmitForm('Form1'),
SubmitForm('Form2'),
SubmitForm('Form3'),
...
);
This worked like a charm until somewhat mid-last week (1st week of May).
Now, it randomly submits all forms or only the very first. I create a new entry via Sharepoint - all lists are populated. I do so again, only the very first is populated. I try again, all are populated. There is no pattern, and as far as I can see, it doesn't matter what browser or switches I pull on the frontend.
Did somebody notice something similar?
Thanks!
CH