Greg Vonf @ Business Automated
1 min readJul 24, 2020

--

You can use input box as search filter:

let searchFilter = await input.textAsync(‘Input your filter:’);

and use that variable to search records.

if (record.getCellValue(“Filter Column”)]==searchFilter){<do something e.g.>
hashTable[record.getCellValue(“Time ID”)] = record.id;
};

--

--

Greg Vonf @ Business Automated
Greg Vonf @ Business Automated

Written by Greg Vonf @ Business Automated

Greg is the founder of Business Automated, an agency helping small businesses streamline and simplify their processes. For more visit www.business-automated.com

No responses yet