Oct 24, 2019 03:20 PM
How can I set the PLACE fileld according to the address ?
I can do it in NodeJS
But would be better to use a kind of “reverse rollup”
Solved! Go to Solution.
Oct 24, 2019 08:40 PM
Outside of using an API-based tool (whether hand coded, or an existing third-party tool like Zapier or Integromat), link fields can only be set manually. In that case, your NodeJS option is probably the best way to go.
Now, there is a way to build a “dictionary” of sorts and look up specific data based on other data, but it’s a slightly convoluted setup, and the end result is just plain text. It can’t be a link.
Oct 24, 2019 08:40 PM
Outside of using an API-based tool (whether hand coded, or an existing third-party tool like Zapier or Integromat), link fields can only be set manually. In that case, your NodeJS option is probably the best way to go.
Now, there is a way to build a “dictionary” of sorts and look up specific data based on other data, but it’s a slightly convoluted setup, and the end result is just plain text. It can’t be a link.