Hi I am new to Glide App. I am trying to add a new row of data to my spreadsheet using my glide app, instead of creating the row of data directly on my spreadsheet. I am on the free plan as if now testing. I’m not sure if that’s the reason why I cannot do it. How do I do this?
I am trying to add a new row of data to my spreadsheet already connected to my glide app. For example, I want to add a new vehicle to my inventory but I do not want to add it on the spreadsheet. I want to do it through the app. Hope you got what I mean.
In the documentation I shared, there is a section on Editing and especially Deleting. Those are actions that you can enable when viewing the details of a list item. You will also notice in the document that there is mention of adding conditions, so you can control who can edit or delete a row. When turning on Edit and Delete modes, you can add a condition, such as ‘Email is Signed in User’. This means only the user that created that row is the one that can edit or delete it. You just need to make sure that your data has a column that contains an email. You can fill that email by adding an Email Special Value component to the Add Form.
Jeff thank you again for your timely response. I will take the time to read what you provided earlier. One last thing. Can I create a dropdown menu for someone using the app to enter a new data row in the spreadsheet? For example, say I want the user to choose from a list of colors for a vehicle being added instead of typing it in. I was able to get that done when the user is editing the item but it doesn’t seem to show when the user is entering the data for the 1st time.
Hi Jeff, I just bumped into one strange problem. I added the ability for users to edit an item. Two of the tabs on my home screen have this function and everything is working well. However, I have one home screen tab with Leads data and that won’t let the user save edited content. The save button appears to be inactive. What am I missing? Please see the attached screen.