How we can initiate a flow from ui action?
Hi Team,How can we initiate a flow using ui action I tried below, but it's not working. ui action script -runs on serviceside(function executeAction(current) { // Set approval to 'Requested' current.approval = 'requested'; current.update();v...
