Help

"ID" inside Detail Page

Solved
Jump to Solution
530 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Momotarō
4 - Data Explorer
4 - Data Explorer

I have an Interface Detail Page that has a list of records.
When i open a record it shows me a sort of modal column on the right and the url changes but it doesn't show an ID. Instead it gives me the "detail" parameter with a ver long string like this one "detail=eyJwYWdlSWQiOiJwYWdCeXBjZW9saHVvNXI2aiIsInJvd0lkIjoicmVjcXZseGk5SkJtcHluVXMiLCJzaG93Q29tbWVudHMiOmZhbHNlLCJxdWVyeU9yaWdpbkhpbnQiOm51bGf8".
The question is where can i retrieve this long string?
I'm working with Make so i want to change this parameter dynamically.

I don't know if someone already asked this question, i didn't find any discussion with this problem so i made a new one.

1 Solution

Accepted Solutions

I'm guessing you're viewing your record detail in a "Side Sheet". The hack is to make the page "Full Screen" to find the URL with the record ID. Once you've done the configuration, you can set it back to "Side-Sheet" which should still work.

Hope this helps. 🙂


Justin Ng
Programme Coordinator at Sistema Aotearoa
https://www.sistemaaotearoa.org.nz/

See Solution in Thread

2 Replies 2

I'm guessing you're viewing your record detail in a "Side Sheet". The hack is to make the page "Full Screen" to find the URL with the record ID. Once you've done the configuration, you can set it back to "Side-Sheet" which should still work.

Hope this helps. 🙂


Justin Ng
Programme Coordinator at Sistema Aotearoa
https://www.sistemaaotearoa.org.nz/

Thank you very much, i tried your solution and it is the one for me