378
Views
3
Comments
deserializing JSON
Question
Application Type
Reactive

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

2026-03-12 06-20-48
KUNDAN CHAUHAN
Champion

Hi MD Mansur,

take a reference from this video . 

https://www.youtube.com/watch?v=4KfuGTxLQBo

hope it help you .

Kind reards,

Kundan Chauhan

2025-01-15 08-35-04
Vignesh Sekar

HI MD,

PLease make sure the entity have data , and make sure default value "YES" , if will serialize even if its empty

2023-02-27 14-18-56
Jaya Kumar S

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.