Imagine you wanted to do data validations, but the list of results came from an API call?
Think, for example, of select menus on the web that provide typeahead options as you type something in
Imagine if you do something similar with data validations where the "type" would be the result of some code that gets run.
Per the example above, this means you could make a query to some external API and have it return a list of options which would serve as your data validation options.
This would allow people to really build sophisticated dashboards based on their own, changing data.
Imagine you wanted to do data validations, but the list of results came from an API call?
Think, for example, of select menus on the web that provide typeahead options as you type something in
Imagine if you do something similar with data validations where the "type" would be the result of some code that gets run.
Per the example above, this means you could make a query to some external API and have it return a list of options which would serve as your data validation options.
This would allow people to really build sophisticated dashboards based on their own, changing data.