Hi guys, have you tried to connect to an airtable ...
# 🌎general
b
Hi guys, have you tried to connect to an airtable to get information? I am using this code but doesnt seem to be working const url =
https://api.airtable.com/v0/appEGX45DpmbQ8ofp/Imported%20table?maxRecords=4&view=Grid%20view&filterByFormula=${workflow.airtableQuery}
const bearerToken = 'API_TOKEN' const config = { headers: { Authorization:
Bearer ${bearerToken}
} } const response = await axios.get(url, config) workflow.aioutput = response.data