Enhancement: SaaS Workflows Open Beta Update

@RTASB I think I understand your question. You can reference just the data for the step in question by using the $.Action. For example if you are using the “Manage Access” action and you want to provide the array of items returned from “Get Access” you can either use the Variable selector and choose the specific action or the JSON would be $.getAccess.accessItems which is the array of items you returned from your “Get Access” action.