
Announcements
I've run into a Problem with handing an ID from a PowerApp into a Flow via the PowerApps(V2) Trigger.
The FührungskraftID is handed over by this Code (the Section starting at the "If"), determined by the selected Value of a Dropdown Menu in a Form, which creates an Item in a SharePoint list.
The script runs on the OnSuccess property of the form, which in itself is submitted by an Accept Button (see below)
The Problem with this, is that the ID is not handed over to Automate reliably. The ID, which the PowerApps trigger gives to the flow seems completely random. This once worked, but for whatever reason stopped working now, without any changes to the code.
I hope someone has a clue how to fix this 😞
I suggest you change DataCardValue8.Selected.Value to FormName.LastSubmit.Führungskraft.Value.
I did a test for your reference:
Best Regards,
Levi