I want to understand the way bubble place API calls.
lets say I am pulling data from a weather API, where there is a date and there is Temperature data
when i am assigning the values in the charting tool… does bubble make 2 API calls per flied.
lets say I put in the first x access get data from API --> weather API —> get weather’s Temperature
and in the y Access get data from API --> weather API —> get weather’s Date
would apple do this API call twice… and if so … How would you do it differently to avoid doing it twice ?