Read data from Google sheet URL

Certified Associate Developer

Hi All, 

 I have an requirement where i need to read Google sheet data from the google sheet.

In my case i have  functionalty where i am exporting grid data and uploading it to user's google drive which is working fine. But now i have another  requirement where a user can manualy provide his/her own uploaded google sheet Url in text field in the interface then perform some validations and then submit that google sheet data into db.

so there is any way from which i can achive this.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Associate Developer
    in reply to David Jimenez Calleja

    Hi David,

    thanks for replying Yes i know about google sheet connected system but i have not use it before this and not have much idea about it could please help me  or give some steps how can i achieve.

    in my case user only have URL of google sheet and requirement is like they have to enter that URL in text field after that all validations regarding sheet ,row, format,  will validate after that we will save that google sheet data in db.

    below is my moc interface which will be created.

Children