Hi,
Powerapps rookie here... I have the following code in my submit button and want to return the value from power automate.
ForAll(colCameraImages As mycollection,
App_Grid.Run({contentBytes: mycollection.Value,name:mycollection.Id}
,mycollection.Crew,
mycollection.SlipType,Right(mycollection.ServiceOrder,6),
Text(mycollection.Crew_Date,"YYYY-MM-DD"),
"WE "&Text(DateValue(mycollection.Crew_Date),"mm-dd-yy")));Reset(SearchBox);Reset(Gallery1);
Clear(colCameraImages);Reset(Radio1);Reset(ListBox1);

How do I adjust the code to return the response value as I like to show it in a text box in the app? Many thanks!