Is it possible to passthrough any object property described in scheme (i.e. ID) to object link action, so I can identify object not only by INDEX in a link request parameters?
Or maybe we are able to redefine object action url from server response like with JSON modal’s data exchange process?
Hi @vano,
Yes, if a panel object has the id field, its value will be passed to object action in the URL parameters.
If the id is missing from the panel, index will be used instead.