Hi!
I was wondering if this is possible:
I would like to write a short script/block/module that could present me with an arbitrarily generated string from my data. Namely I want to combine all names in the current’s view Name column into a single string separated by some booleans so that it can be copied.
Example:
Name
RICE
SALT
PEPPER
WATER
click
generating…
RICE and SALT and PEPPER and WATER
done.
I can currently do it no problem via copying the whole column to Excel but it would be more elegant/clean and a bit faster to be able to export it right from the table. Is this kind of scripting even possible with Airtable (preferably without third party tools)?