Jun 17, 2022 11:01 AM
I’m new to the airtable community and wasnt sure how to reply to an original post that has been closed. But I found a solution to this #ERROR! when using ENCODE_URL_COMPONENT() on lookup? post.
You can use ENCODE_URL_COMPONENT({lookupFieldThatYouAreTryingToEncode}&"")
.
This adding (&""
) solution is a lot neater than adding another already encoded field to the parent table.
Feb 08, 2023 04:17 AM
adding the &"" worked for me as well. Thanks!
Jul 11, 2023 11:40 AM
adding the &"" also worked for me. Thanks!