Hi,
I'm sending Json data from power apps to power Automate flow by,
WASHERAPPFLOW.Run(arrTag,WASHER_json).
When seeing the trigger input it is JSON array. So, I want to take first JSON with an Expression to insert the data to stored procedure.
first(outputs('Compose_T5095_WASHER_TXN')).
got me an error :
Oracle: ORA-40441: JSON syntax error
ORA-06512: at "SYS.JDOM_T", line 9
ORA-06512: at "SYS.JSON_OBJECT_T", line 115
ORA-06512: at "GLOBUS_APP.PAP_SAVE_WASHER_APP_TXN", line 22
ORA-06512: at line 2
inner exception: Oracle: ORA-40441: JSON syntax error
ORA-06512: at "SYS.JDOM_T", line 9
ORA-06512: at "SYS.JSON_OBJECT_T", line 115
ORA-06512: at "GLOBUS_APP.PAP_SAVE_WASHER_APP_TXN", line 22
ORA-06512: at line 2
clientRequestId: 70735f3d-f393-490c-b3f3-5d023ec96002
@timl