Airtable and Block URI Decode

I have this BD airtable which, when updated, encodes and returns in my decoded listview image. Turns out the way it returns decoded gives me this error. How do I resolve this?

And I found the error is here.
If I remove this block, it doesn’t give the error, but it returns the data without decoding.
And I want decoded.

this is the error

First decode it and store in variables before using the listview

1 Like

I am facing the same issue, did you solve it? @Douglas_Maueski