for this purpose the RowActionItem widget offers an event called ‘press’ which gives you programmatic access to the original row in which the action was clicked on. The event is documented as follows in the OpenUI5 API Reference. You just need to subscribe to that event in a Process Designer story and then access the event parameter ‘row’ using JavaScript code.