Hey guys,
This is my first writing on a forum and also my first time working with lo code/no code platforms. I have no background on devops and coding.
I have just started my first project and I'm working on a little system that enables you to make a reservation to restaurants and I was trying to export the data (such as name, telephone number, number of guests, time of reservation, date, etc) to a google sheet.
Thank you very much
Hello Eduardo.
Welcome to the community.
On the top menu there is a huge Learn section with all the tutorials, documents, videos, lessons, and courses that you may need for now.
For that particular action, your path is easy. Here is a link to the How To on how to work with data to Excel.
https://success.outsystems.com/Documentation/How-to_Guides/Data/How_to_Export_Entity_Data_to_Excel
To Google Sheets is similar, but you need a component from Forge.
https://www.outsystems.com/forge/component-overview/3058/google-sheets-connector
Hi @Eduardo Koshima,
If you want to export data to a Google sheet on schedule basis, use timer https://success.outsystems.com/Documentation/11/Developing_an_Application/Use_Timers/Create_and_Run_Timers
for Google sheet integration, you can use this forge component https://www.outsystems.com/forge/component-overview/10253/google-sheets-integration-service
Here is the Documentation https://www.outsystems.com/forge/Component_Documentation.aspx?ProjectId=10253&ProjectName=google-sheets-integration-service
Here is the demo application https://www.outsystems.com/forge/component-overview/10274/google-components-demo
Please let me know, if you have any other questions. Mark the answer as solution if this answer helps you