I am creating an app (for fun) that display some recipes for a popular vegan chef, here in Quebec (I listed also his podcast episodes and books, but that’s not my issue).
Click on ‘‘Boissons’’ and then ‘‘L’air d’or’’, this in the only recipe so far.
The tricky part is that I want to show each ingredient like a grocery list. Where all users can, with checkboxes, check the ingredient they already have in stock when they are at home or shopping.
I have two issues.
I can’t show each ingredient name with the checkbox feature
I want that each user can check the ingredient and that it appears in their ‘own’ line in the google sheet. Currently, it appears in one line, so one user check and it changes for all users.
Very interesting use case! As you are representing ingredients as columns, yes, we have a plan for how this will be possible soon. At the moment it’s not yet possible for each user to have their own checkbox values–they are all shared. We’re introducing the concept of per-user columns in the next couple of months, at which point this will be possible.