I've run across a script in our base that uses this code:
let view = await input.viewAsync("Pick a view", "Projects");
Our "Project" Table has 100+ views organized by sections, is there any way to modify the code to limit the input choices to a specific view section? (screenshot: Section=Templates)
if not, are there other ways to limit the input options using a view naming convention or similar?
Thanks for any input, I've reviewed this documentation, but didn't find any guideance.https://airtable.com/developers/scripting/api/input