Can I add my own columns in glide system sheets? E.g. “App: Sales” and other App sheets?
Purpose is to store payment processing information (such as exceptions) when each payment record is processed.
Thanks.
Can I add my own columns in glide system sheets? E.g. “App: Sales” and other App sheets?
Purpose is to store payment processing information (such as exceptions) when each payment record is processed.
Thanks.
You can create a sheet that brings all the content from App:Sales and adds to it.
You might be able to, but I’d probably do as @Sandro_Brito does and bring the data into a separate sheet just in case Glide starts writing new columns in the future or your modifications cause some sort of incompatibility. You could try it with app:comments or app:logins to try something less critical.
How to bring automatically the data from app:sales sheet to new sheet? Thanks
Just use a formula like this in the new sheet.
={'App: Sales'!A1:Z}
Thank you for the quick reply. I will try it