Hi Guys,
Does anyone know what's happening? I didn't change anything and it was deployed already then this happens
here is my code and I have attached the screenshot of the error
Concurrent(
Set(_submittingRequest, true),
Set(_managerApprove, true));
Navigate(ManagerChangeRequestScreen, None);
Patch('[dbo].[Request]', LookUp('[dbo].[Request]', Id = GalleryRequests.Selected.Id), {ApprovalStatus: "Approved" , ApprovedDate: _leaveStart});
PowerAppsbutton_2.Run("Approved", "N/A", User().Email, TextInput1.Text);
Set(_submittingRequest, false)
Solved! Go to Solution.
Hi @Big_S ,
Get rid of the Concurrent for a start. This is not what the function was designed for - it is for reading multiple tables from a data source concurrently to save time. If that does not fix it, happy to help further.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @Big_S ,
Please try this:
delete the Flow connection from PowerApp, disabled the Flow then re enabled it.
then added it back into PowerApps again
Someone has met the same problem, please refer this:
https://powerusers.microsoft.com/t5/Building-Power-Apps/Flow-Trigger-Error/td-p/302443
Best regards,
Hi @Big_S ,
Get rid of the Concurrent for a start. This is not what the function was designed for - it is for reading multiple tables from a data source concurrently to save time. If that does not fix it, happy to help further.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @Big_S ,
Please try this:
delete the Flow connection from PowerApp, disabled the Flow then re enabled it.
then added it back into PowerApps again
Someone has met the same problem, please refer this:
https://powerusers.microsoft.com/t5/Building-Power-Apps/Flow-Trigger-Error/td-p/302443
Best regards,
User | Count |
---|---|
160 | |
84 | |
68 | |
64 | |
61 |
User | Count |
---|---|
207 | |
146 | |
95 | |
82 | |
67 |