Hi everyone i have a question?
how can i add two different customer in data.? for example like having a business company and a regular customer. how can i save it after i add it to data.?
In Glide you can build screen to add / edit / delete, not only customers, but every kind of elements. Usually this is done in a Screen thanks to a List Component. Within this component there are options to enable the insertion, modification and deletion of elements.
Each element is composed of data (columns); one of these data, for example, will determine the type of customer you are entering, if it is regular or if it is business it must therefore be written in a Column of your sheet.
Take a look at the Glide documentation, everything is explained in a very understandable way and is super easy to implement. https://docs.glideapps.com/
I remain at your disposal if you have more specific questions regarding your APP to help people with eczema issue.
good job
Thank you @Roldy for your comment.!!!