Note that, I can see the “From path in current page” variables because I am currently on the “Selected car” page. If I was on another page, I wouldn’t be able to see that because the “Current page” would not have the information I’m looking for.
@Joyce Can we put two parameters in the url path (the id, and the uuid), instead of one, so that we can use the id in the API call, and use the uuid for the url path ?
As my backend API (Baserow) only accept the id row, but I’d prefer to have more secured urls (with uuid instead of id)…