Any helpful Skuid on Salesforce (V2) form training videos or tutorials (relating to pulling existing

Hey Rob! Thanks for reaching out.  

We currently offer some skuid basic videos on youtube: https://www.youtube.com/playlist?list=PLiN-Sna8J2xC7o7UlazdmXTQiSBNmFFhE. They are on v1 but the concepts are almost the same.  I would check out video 11.  We are also in the process of developing more videos for v2.  Oh, and one more thing, if you haven’t already signed up for the virtual build-an-app workshop series. I would go a head and do that too! 

Shifting to your use case: where is the user returning to the form from? Is it a list or a table? You would want to create a condition on the model from your form that is looking up the Id of the record you want to show. Field = Id, operator = is, value = leave black, and state = filterable default off.  

Then on the list or table, where ever your user is clicking to pull up the form. You need an interaction with the following: 

  1. Activate and set value of model condition where the model = the form, condition is Id (or whatever you named it) and the value is {{Id}}. 
  2. Query the model with the form.