I've tried that before but it still doesn't appear in my listpicker.
I'm confused because the data can appear in the "Label" component
but not in the "ListPicker" component
I've done something like you said but it didn't work, here's the block
I've tried that before but it still doesn't appear in my listpicker.
I'm confused because the data can appear in the "Label" component
but not in the "ListPicker" component
I've done something like you said but it didn't work, here's the block
Can you show us what is the data of output?
I mean to show the data on a label, not the data in the spreadsheet.
this is a list of list. after JsonTextDecode, you need to pick item 1 from it, and set it as ListPicker's Elements
I've found the problem, apparently that the get event variable doesn't return "readColumn" but returns "readCol"