I created a WEB/APP from google sheets synced to Glide, and so far; it looked good until yesterday. In my google sheets:
-One row contains information per user
All columns are User Specific; that information should be visible only to the user, but if I create a new column in Glide (user-specific), that column won’t be created y Google Sheets.
The point here, I need to send the info the user is entering in Glide back to Google Sheets because, in Google Sheets, I need to run Autocrat to populate that info in some documents.
Dear @Darren_Murphy I saw a case similar to this in the community, I saw you have a clear Idea of a case similar to this but it was unclear for me how to send info from Glide to Google Sheets. If you have some feedback about this, it would be great.
You’re using the RowID column as a Row Owner column. That won’t work. You need to have a column that contains the users email address, and make that the Row Owner column.
You still have at least one User Specific column in that table.
Hello @Darren_Murphy, you are a genius; it worked. But now I have an issue; my question is, when I put view as anyone, I should be able to see the input spaces in blank ready to fill them out, but I can not see the input spaces, and neither the label.
What do you mean by this? After your previous solution, I do not need User Specific columns; I need to solve the problem of the blank inputs and labels.
That little purple A tells me that column is user specific.
You should not be using user specific columns, so you need to replace that column and any other columns in that table that are also user specific.
You should only use user-specific columns when you want multiple users to act on the same cell (same row, same column) in the database, and the data tied with that cell should be specific to the user.
Example: A boolean column that marks the task as completed or not, and multiple users can do that same task.