Is there a way to get live (or updated daily, or even weekly) currency conversion rates into the app? With the rate the math would be easy to do, but how to get them in there in the first place?
I tried using a google sheet with the googlefinance function but it doesnt recognize the formulas unfortunately.
I have to assume there is some native way to do this, but havent found anything written anywhere.
I found a video that Jeff had linked in another forum post, but that person was using a glide table with a value written in that i imagine he was manually updating?
Yes i created a google sheet, put the googlefinance function in (and it showed correctly in the sheet), but when i linked the sheet to glide it only showed column headers and where the rate should have been it showed a blank cell.
Here is the post. It was actually not you who linked the video, but responded to it. My Apologies.
Ok, I will learn to use API calls then it seems. thanks!
Yes this was one of my main concerns, and the google sheet syntax includes a refresh rate that you can specify as Daily which was perfect for me.
I am looking at the possibility of triggering an API call to update currency rates when a button is pressed in the app, or on a scheduled time via workflow.
I have not used API calls before though so not sure what is or is not possible yet.
I’m not sure how well it works, but the Call API column offers a “refresh after” param that you might be able to use.
Button that calls a workflow should work too, and if you have access to scheduled workflows, that might work better for your use case since you know exactly how many updates you would consume.