Moving Data Between Tiles

So I think I have almost all the data compiled for our production and shipping team. Is there a way to โ€˜moveโ€™ data between โ€˜tilesโ€™? Weโ€™re looking to have it work as independent data only showing in the applicable screen. Not all the data will need to move but the basics would be nice. The boss wants a type of โ€œsend to โ€”โ€ and have it disappear from โ€˜blendingโ€™ and go to โ€˜productionโ€™ leaving the blending tile to only have current blends in it.

If the only answer is slices will I have to make one master form and just filter down for each of the tiles? Right now there are 3 main tables.

Hereโ€™s the main screen we have so far:

0 6 371
6 REPLIES 6

Yay, another person building an app for alcohol production! Brewery here, Iโ€™m assuming winery for you, because of โ€œblendingโ€?

If by โ€œtilesโ€ you mean different tables, then moving data from one to another could be some sort of action like โ€œadd new row to another table based on values from this rowโ€. However, if it is the same data but just going through different stages, I would consider just adding a โ€œstatusโ€ column for the stages of production, and setup slices of the one table to show up in your different app views

Hey @Marc_Dillon. Were actually a canning company so we do all types of drinks.

Will the action โ€œadd new rowโ€ฆโ€ make it not show in the previous record? I donโ€™t want to lose the data as there is a lot of hidden information but I really donโ€™t want to have to reenter it for every step. If I use slices do I need to put all the data in one table and then slice it from there? As of right now I have them in single tables as this is an evolving product. It wouldnโ€™t be terrible to put them all in one but would take some time to rewrite all the formulas within. I guess I just donโ€™t really understand how that works and the โ€˜tutorialsโ€™ donโ€™t really help.

Good Idea for the Status column! Are you thinking a kind of ref for that with the slices?

So I had LINKTOVIEW[NAME] for each of the home screen tiles. Now that I made slices and put all the data into one googlesheet page I cant get the slices to show the โ€œaddโ€ function. Is there a code for this now?

Hi @Dani_Mittler
Check that your slice and original table allow adds.

So both have โ€˜addโ€™ in the settings. My starting tile, if you will, doesnโ€™t allow for a new line to be added but the rest of them do.

Hey all,

So I think I got almost all the โ€˜addโ€™ kinks worked out. Now the boss wants a separate function. Essentially, he wants to control the first โ€˜tableโ€™ and be able to make inputs that only he can change. He then wants those inputs to transfer the the remaining tables and informational data only (uneditable). Is there a deep link so something that can be used to push, if you will, the same task id between tables.

I tried a ref but couldnโ€™t get it to push the information between the googlesheet data. Iโ€™m thinking that just making a form and linking to the form may be the best trick?

Has anyone been able to do this successfully?

Top Labels in this Space