I send a photo (bas64) to Power Automate by using this code:
Collect(PicResult;{JSONTable: StarliveFaceAPI_v1_test.Run(JSON_64)})
The Power Automate flow StarliveFaceAPI_v1_test contains three steps: PowerApp (V2), HTTP and Respons to a PowerApp or flow. The flows runs well, because Power Automate returns in Respond to a PowerApp or flow the requested JSON table. The output of the Respond to a PowerApp is set to Text and the parameter is named JSONTable, that uses the body of the HTTP request an there the JSON table.
I expect the JSON table to be placed as a table in the PicResult, column JSONTable collection. Unfortunately Power Automate only returns a blank row, no table. I tried to use SET in order te collect a variable, but that neither works.
Can anyone tell me what I am missing here? Thanks, Henk