Hi All,
I’m interested in integrating stock prices, and potentially other stock data into my app. I am trying to us the IEX API as my source, but have not had any luck with my run test for the data variable. Any help is appreciated.
B
Hi All,
I’m interested in integrating stock prices, and potentially other stock data into my app. I am trying to us the IEX API as my source, but have not had any luck with my run test for the data variable. Any help is appreciated.
B
Could you take a screenshots of your Data resource configuration? It’s hard to say what could be wrong without more info. Also, did you check their guide to REST APIs? https://iexcloud.io/docs/api/#rest-how-to
I was able to figure this out, but then I ran into some other issues and my app is down now. When I get back to this stage I’ll post the solution.
This is working now as configured and shown below.
You should make the symbol
URL placeholder not static and not optional. Then when you use Get record Flow function, you have to add the symbol
value to properties bar. (That value can be e.g. Page variable, output from the different API source or whatever way you feel it’s easy to put there.)