Hi all,
I Have a Entity with two attribute like name and age. first i want to convert into json formate so i used serializing and than i want to used deserializing for show original data but after deserializing i got blank data
Can you please suggest any idea how to convert json data to entity attribute:
Thanks
Mansur
Hi MD Mansur,
take a reference from this video .
https://www.youtube.com/watch?v=4KfuGTxLQBo
hope it help you .
Kind reards,
Kundan Chauhan
HI MD,
PLease make sure the entity have data , and make sure default value "YES" , if will serialize even if its empty
Hi @MD Mansur I think , the problem is in datatype in JSONDeserialize , I suggest just debug the flow where you have JSONDeserialize Node and copy the json value from there and In structures right click you can see "Add structure from json " and paste the json value which you got in Debug.
Regards
Jaya Kumar S