Reference element id in formula

Is there a way to reference the element id in a formula?

1 Like

Hi,
this is possible for some event which expose the original event (like onClick), from where you can have element and id (event.target.getAttribute("id")). But this does not play well with testing the workflow as the event does not exist at this moment (also something we are working on)

But this is a good usecase where accessing the element properties can be very usefull. I will push this to the product team to see if we can have this on the roadmap.

2 Likes