Hello!
I am working on a project that involves displaying vehicle information from a Xano database. The vehicle database contains a driver ID, but I want to show the driver's name instead. I have both the vehicle database and a separate drivers API connected in Toddle.
My question is how to display the driver's name instead of just the ID when showing vehicle information.
I was considering two approaches:
1. Modifying the API query to join the vehicle and driver data.
2. Using a Toddle formula on the next itself to reference both the vehicle database and the drivers API to match the driver ID with the corresponding name.
I was not able to figure out how to do either of these.
Some help or a nudge to the right resource would be awsome! I'm new to this so not sure how to even word this when looking for a solution.
Thank you!