I was trying to have different items for the user to edit in different blocks of the app but it seems the Edit Item only allows for the whole sheet/all columns to be edited and if I choose a few it changes it for the whole app
for example;
1st section, the user can edit company name
2nd section, the user can edit company address
It looks like the user has to be shown all columns to edit 1 item.
Is there a workaround to break up the items being edited??
Not sure about the use case, but you can make a relation to the same row (by using a unique value like row ID) then use a button to link to the screen with value being that relation. Add in appropriate entry fields and I think it will work as you want.
The edit button was not built to edit different columns in different parts of the app I suppose.
Youâre right it seems it wasnât built like that. I think itâs odd that on each screen it allows you to add columns as components, as many or few as you want, but when you go to edit, all columns show up.
Thatâs amazing thank you and this works great for setting different visibility per user, but unfortunately, for my use case the user needs to see exactly the same screens, components, edit components, etc I donât believe you can set visibility for showing different edit components from the same googlesheet/columns
I am having a difficult time understanding what your use case is exactly based on the messages. Perhaps someone else will and can jump in here, like @Jeff_Hager or @ThinhDinh. Perhaps if you could make some screenshots or a short video it would help.
Hi, I have done a quick demo which you can copy here. You can combine edit button and link2screen to edit info in several places. Other options are available tooâŚbut for now play with these. https://qelhj.glideapp.io/
Yes thank you seems like a good workaround (it doesnât work inside the edit item, but it definitely works on different screens like you have it) and I like the âeditâ button better too!
if you preview as jamie it will work inside edit button tooâŚtested it. Or probably not because I set it to copy. AnywaysâŚyou have plenty options on your plate now. Best of luck!