Get Value from Current Row

Hi Scott, It depends on whether the initiator of your action sequence provides “context”.  For instance if your action sequence was initiated by a row action, the action sequence will be run in the context of the row you clicked.  In that case you can use a simplified merge syntax that assumes that there is a row in context.  If you had the correct row in context, your merge would just look like this… {{VendorId__c}}

That being said, where are you initiating your action sequence from?