This is the script on success of the form loading records based on a different forms data entry.
r = Client_Rate_Table[Company_Name == input.Company_Name];
if(input.Position == "General Foreman")
{
input.Bill_Rate=r.General_Foreman;
input.OT_Bill_Rate=r.General_Foreman_OT_Rate;
}