API Json return :Why do I need to use this block?

Hi All

Please can someone tell me why something like this doesnt work

to me it seems to be the logical sequence of blocks considering this is the jason being returned

[{“reg_id":“99”,“reg_node_code”:null,“reg_first_name”:“anthony”,“reg_post_code”:“6330”,“reg_province”:“XXXXXXXXXXXXXXXXX”,“reg_muni_name”:XXXXXXXXXXXXXXXXXXX",“reg_app_access_code”:“BGHVFAV”,“reg_muni_type”:“District”,“reg_email”:"[email protected]”,“XXXXXXXXXXXXXXXXX”:“5”,“reg_date”:“2021-09-28 22:30:05”,“reg_mobile_no”:“0000000000000000”,“reg_accept_tandc”:“1”,“reg_web_access_code”:“KCSOAER”}]

From first look your json is not valid you are missing an " You have

"reg_muni_name":XXXXXXXXXXXXXXXXXXX"

instead of

"reg_muni_name":"XXXXXXXXXXXXXXXXXXX"

sORRY, THAT WAS ME, MY MISTAKE

If json corrected then

image

1 Like

Json posted by you is invalid.

yes, thanks, we saaw that. I accidentally deleted a [ " ]

Tanks

1 Like

I do not have the whole response so I tested with this

1 Like

It worked, THANKS

I suppse the question should be why use the block that takes JSON and converts it to NOT json>

I mean this block

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.