I am working with the a Coda pack, one of its methods can return comma separated values that I need to add to multiple rows.
What is the simplest wat to do that from a Button control?
I am working with the a Coda pack, one of its methods can return comma separated values that I need to add to multiple rows.
What is the simplest wat to do that from a Button control?
Use a button in coda that uses the ParseCSV() method on the CSV file, then run a ForEach() loop on the parsed CSV to AddRow() to whatever your target table is!
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.