Start a new topic
Answered

Import or push values for single or multiple list parameters

I have an app, that had 3000 of value for an parameter. My url to poll data for the app:

http://[myserver]/getdepatures.php?stationname=[station name]


I have a list with all stationnames but, there is no way to import this list. I can put stationname by stationname into the single choice list of the app creator. Is there a way to push the list in the app creator?


Best Answer

Unfortunately, you cannot import the list of values into the app creator. But you can add a text field to your app and enter the station name manually. On the server side, you can validate the station name and notify the user if the station name is wrong.


Best regards,

LaMetric Support Team

1 Comment

Answer

Unfortunately, you cannot import the list of values into the app creator. But you can add a text field to your app and enter the station name manually. On the server side, you can validate the station name and notify the user if the station name is wrong.


Best regards,

LaMetric Support Team

Login or Signup to post a comment