henry_cho

Show in context User since 2018

I have updated my project to use the path feature but the queries still seem to fail.
For example:
This request works in postman
https://api.airtable.com/v0/app2qdjo13RWolJqT/Master?fields%5B%5D=Today's+remaining&filterByFormula=(%7BName%7D+%3D+'Diane+Cho' )

If I enter the query part of the URL into Creo such that
[HttpClient][Path]?fields%5B%5D=Today's+remaining&filterByFormula=(%7BName%7D+%3D+'Diane+Cho')
This seems to fail and the attributes are extracted as:
filterbyFormula : ({Name}+=+'Diane+Cho')
fields[]: Today's+remaining

Any thoughts?