Hi, I am new to FF and have an issue with API calls.
Currently, I have 2 pages, the first is calling "Users" API and listing all the users. I then set the page to pass the "userName" parameter to the 2nd page once I click the user image.
On the 2nd page, I call an API and use a variable on the URL (https://api.airtable.com/v0/apikeyhere/table2?filterByFormula=EmployeeName%3D"[userName]")) -> as shown below screenshot
then (still on the 2nd page) I'm trying to generate children from the above API response and try to set it to show/list all of the data (JSON Body -> No further changes) so that later on I can consume the data, but it always gives me an error when I test the app.
I can only do "generate children" using a predefined path (JSON body -> Predefined Path -> pathName) -> as shown below screenshot
Can somebody help/guide me? Please let me know if I need to provide more info/data/screenshots. Thank you