How to create list from text

I have Json Parse Like this:
[[“12345678901”,“Name”,“Balance”,Password"]]
is there any way to convert these text to list?
because i want when index 1(12345678901) = textbox1 than i can use logic.

Please guide me

Try removing [ , ] and " by replacing it with blank text. Then, split it at ,
It will give you a list.

Well, with this method, you also replace the square brackets in the strings, which is why I think you should use the JsonTextDecodeWithDictionaries block in the Web component.

Do It Result: "12345678901"
2 Likes

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