I’ve built a client meeting interface for my team with the following elements:
- Client record dropdown element
- Meeting record dropdown element
- Client Goal filter element (to filter for only the goals linked to the meeting)
- Client Action Item filter element (to filter for only the action items linked to the meeting)
My objective is to generate an automated URL to view the interface with all 4 elements prefilled.
I’ve been able to prefil the client record and meeting record, since these only use record IDs.
However I can’t seem to identify what data type the filters utilise in their url code.
Here are some examples of one of the filter’s URL code:
0Klo0=b%3AeyJBYk5NTyI6W1swLFsicmVjWEtBdGMzQmJaY0JlaUYiXV1dfQ
0Klo0=b%3AeyJBYk5NTyI6W1swLFsicmVjR1pWRzc1OU50Q2JORDkiXV1dfQ
The bold part appears to be the value of the filtered meeting, but is clearly not a record ID.
If I can identify this value type and source the value, I can then build my desired prefilled URL formula for the interface.
Any insights or suggestions would be greatly appreciated.
T
