Hi everyone,
I would like to know how can I retrieve the specific data from Google Sheets.
Lets say I want to retrieve the leave from and to dates for user ‘x’ in the screenshot. Can anyone help me with this. (This Sheet is connected to a google form so It will update regulary)
Thanks
Or pls tell how I can implement this in airtable
Hi,
So I don’t know the column number in which the value will be as it’s a google form and it also can have more than 1 row for a particular user as shown in image.
My idea is to get filtered data for user “x”
I don’t know if there’s an api for it if it is pls share the same
Hi, So I found an api for the same it shows the filtered value in json
so I want to retrieve these values from json
[
{
“Name:”: “X”,
“Leave Start Date”: “6/23/2021 11:42:31”,
“Leave End Date:”: “6/25/2021”
},
{
“Name:”: “X”,
“Leave Start Date”: “6/23/2021 11:42:31”,
“Leave End Date:”: “6/25/2021”
},
{
“Name:”: “X”,
“Leave Start Date”: “6/23/2021 11:42:31”,
“Leave End Date:”: “6/27/2021”
}
]
as a list here is a sample on how it should look
The blocks I am using are these( I am first trying to retrieve the usernames ‘X’ )
but it just gives a blank screen since it didn’t get any values from the API
Hi,
You haven’t used the json blocks or the api get blocks so how would we get the value from api. If you want I can share the project link with you in Personal Message
My data source keeps getting updates being a form spreadsheet so I don’t think that data source connection would update each time a new response comes.