Getting error in the script task. I'm trying to pass the below jsonPV in PM.I want to store the id values in DB as separate row
Discussion posts and replies are publicly visible
Hi ZAINAB ,You are trying to convert JsonPV which is of Map Type and not JSON Type.You can directly write the data without using a!fromJson() function. Check the mappings thoroughly and write it to other PV!