sliding panel context is lost

Hey Bill -

I’m assuming by your comment that you got it working :slight_smile:  

In thinking more about the video and why I think you were having a problem, I’m almost certain it was due to the condition that you had on your model that was “field from model”.  In this case, regardless of the fact that you might specify a value for that condition in your action sequence, the value will be ignored and the “field from model” will be used.  Since model conditions don’t have context, it would always use the first row in model (which is why it worked for the first record in your video but not the others).  Having that condition be “specified value” and setting in your action sequence (which is the way my samples work) solves the issue.