Hi I am using Rapid Api can i display data coming from different api call? Like search_username then information_username and display in on table or RG element? So my current flow when i search_username it show on Table but i cant call to display the information_username
Hey Harold thanks for the comment. First, the way it works in Bubble is each API call will be either an Action or Data (we chose Action at 4:30 so it can done as a workflow action). But if you chose Data, then yes, in an RG element you can set your data source as the API call. But to your question about displaying data back from a different API call -- unless you store the data from the different API call in your database, you can only display back data from the single API call that makes the call and gives data back for that specific call. Hope that helps.
Hi thanks for the comment. Look at 4:44 where the q=Paris is in the URL, just change Paris to the place you want to get the weather from. Also note at 3:24 where it says it will take Latitude/Longitude as that might be a helpful way to put the location as well. Hope that helps.
Hi, many thanks for your videos! A question :at 13.03: how do you get the degrees to appear? I only got the temperature.
Hey you're welcome, check out 11:52 -- it's just text I added in after the dynamic value comes back from the API. Hope that helps.
Hi I am using Rapid Api can i display data coming from different api call?
Like search_username then information_username and display in on table or RG element?
So my current flow when i search_username it show on Table but i cant call to display the information_username
Hey Harold thanks for the comment. First, the way it works in Bubble is each API call will be either an Action or Data (we chose Action at 4:30 so it can done as a workflow action). But if you chose Data, then yes, in an RG element you can set your data source as the API call. But to your question about displaying data back from a different API call -- unless you store the data from the different API call in your database, you can only display back data from the single API call that makes the call and gives data back for that specific call. Hope that helps.
how do you get the weather from current location? please help
Hi thanks for the comment. Look at 4:44 where the q=Paris is in the URL, just change Paris to the place you want to get the weather from. Also note at 3:24 where it says it will take Latitude/Longitude as that might be a helpful way to put the location as well. Hope that helps.
@@NoCodeAcademy thanks a ton