I want to delete the last 3 characters.

Glad to hear you figured it out! If it works and you can’t read it it’s good I’d say ![]()
For a slightly simpler approach just removing the last three characters you could consider using .slice(). An expression like {{ $json["location"].slice(0, -3) }} would do the job I think.
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
