I am working on a data request flow with document attachement. I have a flow condition with a JSON Parse to be able to recognise if a document is uploaded. however I have not been able to get the parse payload to work. whenever I generate it, it always fails , This is my sample payload :
[{\"name\":\"FSS Data_Akua Obeng 2.xlsx\",\"link\":\"https://obeneinc-my.sharepoint.com/personal/akuaobeng_obeneinc_com/_layouts/15/Doc.aspx?sourcedoc=%7B593E9F34-83A0-44BB-A7B8-7439ADF5EA9B%7D&file=FSS%20Data_Akua%20Obeng%202.xlsx&action=default&mobileredirect=true\",\"id\":\"013A62YHZUT47FTIEDXNCKPODUHGW7L2U3\",\"type\":null,\"size\":10963,\"referenceId\":\"013A62YHZZFKXHOZ4WPJAIJNM6NJBGOIAW\",\"driveId\":\"b!jiDeHrvbqkqBh0pVbFw6aSO9vUCYieVLhyQh29nIzsBGaGVcPFAVQpkLD0Qc8BFy\",\"status\":1,\"uploadSessionUrl\":null}]
This is not able to generate the schema or it generates the wrong schema and the flow fails.
Can someone please give some ideas? Thank you