How To Reuse Spreadsheet In One App?

hey, guys

  i'm making one app using 3 colinlist view, 6 spreadsheet and page viewer(3 tab).

is there any way to reuse spreadsheet in second and third tab also? i try to find solution but didn’t get suceed, please help

1 Like

welcome to community, show us what you have tried, because its similar for every list view, as you given for first listview, same give to second listview

1 Like

I want to call data from 3 different tables and want to show in 3 different list. I set some block when someone switch tab > table name will change and call data works fine but if someone quickly switch tabs all 3 list data same for 5-10sec. Sorry for my English :sweat_smile:

show me your blocks , how you are setting lists

1 Like

Clear the list whenever the user changes the tab and load the list items again.

I think using three different listview will be better option.

2 Likes

You have already achieved what you want that 5-10 sec delay is for loading data from airtable for that you can use linear progress notification.
Whenever user changes tab show notification and when the data is loaded just dismiss the notification.
That way user will not see wrong data.

1 Like

Thank you sir ,but problem solved now

1 Like

Thank you sir

Thanks you ,I used same for hiding delay

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