Fetch ClassName Of element clicked using javascript Action

0
Hi, I wanted to fetch the Classname of the element that is clicked using a Javascript action. How can this be achieved using Javascript action where I return the elements Classname using the action.   Thanks in advance
asked
1 answers
0

AFAIK, this is not a feature available in nanoflows yet.

You would have to build separate nanoflows per button and use a common sub nanoflow to actually to the task. That way, you can pass a string parameter (perhaps it's class name or any identifier) to the common sub nanoflow per button and use it.

answered