How do you do this:
I have a data viewer connected to a Google sheet. I want the blocks to be like:
When dataListViewer item.click:
If row Id=1
then…
else if row id =2
then…
it doesn’t seem to work for me.
How do you do this:
I have a data viewer connected to a Google sheet. I want the blocks to be like:
When dataListViewer item.click:
If row Id=1
then…
else if row id =2
then…
it doesn’t seem to work for me.
anyone?
Typically when using a Data Viewer List, you would use this block:
eAnd then use a data source block that requires a row id to get data from your data source.
Can you say more about what you’re wanting to do and how your data is organized?
hi i figured it out, thank you