Hi,
In the Sharepoint list, I keep the json in the multiline of text column as in the example.
[
{"currentUserName":"Serper, Emre(Contractor)","currentTime":"6/12/2021 - 16:42","currentUserComment":"Congrats!"},{"currentUserName":"Test, Test(Contractor)","currentTime":"6/12/2021 - 16:42","currentUserComment":"Congrats!"}
]
I have this json in the CommentsJson.
I want to pass the user name and comment inside in this json file to the variables.
-I am adding the json field into compose as array.
-I'm returning in compose with apply to each. And I'm trying to add to variables.
But it gives the error in the last picture. Can you help me?
