Skip to main content

Hi there

I’m trying to create a table of URL’s that programmatically generate data in their respective fields.

One column is the name of a country i.e. United Kingdom
Another column is the url slug i.e. /united-kingdom
Next column is the meta title i.e. Rent a boat in [country name found in first field]

Is there a way to do this?

Allow me to restate your requirements to see if I understand them.

  • You presently have a field with URLs.
  • The URLs contain discrete data that you want to parse into separate fields.
  • One of the data values is the slug; another is the country name.

If my assessment is accurate, you can probably do this with the new RegEx formulas.