Mar 17, 2023 10:50 AM
Hi,
Looking for some scripting help. I am manually copy and pasting values from a Lookup field to a Multi-select field on the same table and want to know if there is a way to create a script that could do this process for me.
Example below:
Want to copy the teams in the "Lookup of Teams" field and paste it into the "Manual Copy Paste (multi-select).
Any suggestions appreciated! Thank you.
Solved! Go to Solution.
Mar 18, 2023 01:23 AM
Yeah totally doable. If you're going to be running this script via an automation, why not just use an "Update record" action to accomplish this though? Here's a base with said automation set up
Best of luck with the script either way
Mar 18, 2023 01:23 AM
Yeah totally doable. If you're going to be running this script via an automation, why not just use an "Update record" action to accomplish this though? Here's a base with said automation set up
Best of luck with the script either way
Mar 21, 2023 10:35 AM
Thanks Adam! This is much easier~~~