Hey everyone. I'm pretty new to FlutterFlow and trying to connect some data from a previous bubble.io app using their data API. I have a functional get request on postman but i'm not sure how to translate that into the FlutterFlow api connector. Heres the request:
{rooturl}?constraints=[{ "key": "user", "constraint_type": "equals", "value": "1672255397622x540271748292813200"ย }]
Not sure if this is possible as the constraints parameter is an array. But when making the call the only variable I will need to pass is the string of numbers from the "value" key.