Sean
Sean
Joined: Tue Jul 31 23:45:13 UTC 2018
Coding Dart/Flutter in my spare time
Latest Posts
-
Re: Is there a field type or a way to have a field which retrieves information from the web, like a stock price from google finance?
Hi Jane, I don't want to set up an acount so I really can't test this. I did click "Try it out" and "Execute", but ended up with "Error: response status is 403" and the Response body was { "message":… -
Re: Is there a field type or a way to have a field which retrieves information from the web, like a stock price from google finance?
Here is an example... https://ninox.com/en/forum/technical-help-5ab8fe445fe2b42b7dd39ee7/how-to-lookup-vehicle-information-based-on-vehicle-id-number-5f32b0cae83baa02e3066b60?… -
Re: Is there a field type or a way to have a field which retrieves information from the web, like a stock price from google finance?
You can use the http() function to get that information from any available API. I don't know if it can be executed by a trigger, but it can certainly be executed in a button and then you can copy the…