Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
328 views
in Technique[技术] by (71.8m points)

database - 使用url查询airtable数据库中的数据(query data in a airtable database using url)

I want to implement URL for search specific data in my base using filterByFormula below are my link and I got an error and how to resolve that

(我想使用filterByFormula在我的库中实现用于搜索特定数据的URL,以下是我的链接,但出现错误以及如何解决该问题)

my url: api.airtable.com/v0/APPID/Stories?filterByFormula=(FIND(“Car (in robot form) will offer a hug when I am stressed out”,{User want}) &api_key=MYKEY

(我的网址:api.airtable.com/v0/APPID/Stories?filterByFormula=(FIND(“当我感到压力时,汽车(以机器人形式)会提供一个拥抱”,{用户想要})&api_key = MYKEY)

Error : { "error": { "type": "INVALID_FILTER_BY_FORMULA", "message": "The formula for filtering records is invalid: Invalid formula. Please check your formula text."

(错误:{“错误”:{“类型”:“ INVALID_FILTER_BY_FORMULA”,“消息”:“筛选记录的公式无效:无效的公式。请检查您的公式文本。”)

} }

(}})

I tried using postman, please help me.

(我尝试使用邮递员,请帮帮我。)

  ask by Manoj Madushanka translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...