Hi,
I'm trying to create an item in a SP list based on updates from Multiple Forms (PowerApp with different screens).
I'm using a Power Automate flow, passing a JSON to the flow, instead of the usual Patch passing all updates, since I'm adding the item to a list where I don't want users to have access/write permissions and I'm using the suggestions from Reza here:
https://www.youtube.com/watch?v=ts-ggDAy7IQ (check it out, I wish I found this sooner!)
My previous patch:
Patch('POL',
Defaults('POL'),
Form1.Updates,
Form2.Updates,
Form3.Updates)
My current try:
Flow.Run(JSON(Patch(Form1.Updates,Form2.Updates,Form3.Updates), JSONFormat.IgnoreBinaryData & JSONFormat.IgnoreUnsupportedTypes)
This unfortunately leeds to Flow giving me this generic "Encountered internal server error. The tracking Id is" under the Create Item, even though I can see all item fields correctly populated in the inputs with information from all forms passed.
Any clue?
Thanks in advance.
Matteo

Report
All responses (
Answers (