Airtable Collections and %20

Options
EdWalzak
EdWalzak Member Posts: 28

Hey all, I'm using Airtable to manage a collection in Duda.

The Airtable field used for the URL slug is set up to replace spaces in a name (eg. "Rusty James") with %20 (eg. "Rusty%20James").

However, Duda doesn't seem to like this. When I open the URL (https://myurl.com/collection/Rusty%20James) I get a 404 error.

I can't find the page that Duda created with the URL slug from Airtable.

What am I breaking here?

Tagged:

Comments

  • EdWalzak
    EdWalzak Member Posts: 28
    edited October 2023
    Options

    Doing some testing, you can't use the % character in the URL Item column of a collection. I will have to use a REGEX_REPLACE() in Airtable to replace all special characters with a dash '-' instead of their hex number.