GSAI2 Extension Problem

I have created an app that displays data through RecyclerView. The problem is that the data is displayed in JSON format. How can I solve this?

Hi dear,

Which extension are you using?

extension replaced by link to extension thread

could you kindly show me what you get as output in .GetFunctionOutput

Anyway, I should point out that when you run ReadSheet you’ll get a list of lists, so each element of data will itself be a list (it’s better to use GetColumn if you want to retrieve just a simple list of elements).

And it looks like you enabled ShowListAsJson, is that possible?

Either you have ShowListAsJson enabled, or jsonParse isn’t working correctly.

?

Yes its enabled

Basic_RecyclerList (1).aia (99.6 KB)

disable it, but the issue with the list of lists remains.

1 Like

How did you store this data?

Can we see how you formatted the data layout? because it seems the data was entered with [ ] as dictionary or something else not plain names.

I have allready provided aia

Aia doesn’t show how your table is arrange it only fetch stored data

I agree with Audiora_streams

My question is, is your data stored as [Jamar]? Or is this comes from extension?

ihave stored data in google sheet

not.parhaps it comes from extension

Basic_RecyclerList.aia (144.8 KB)

  • I updated the RecyclerList version,
  • changed from ReadSheet to ReadColumn (unfortunately, even ReadColumn returns a list of lists, but it’s more correct).
  • And as I explained before, since it’s a list of lists, you need to select index 1 of each element.
    blocks(98)

Let me know if you need further explanations.

As soon as you can, change the script key since you made it public.

2 Likes

Solved also

how can i get the version

Here on Github
(In the project I sent you, it’s already updated)

1 Like