When I hit FormB's submit, FormA's Line1 is now "apple"
I have tried
(On Success)
- FormA.Line1 = input.Line2
which gives me
Only SubForm related fields can be updated
and
- FormA[ID == input.Choose_FormA].Line1 = input.Line2
which gives me
Improper Statement
Error might be due to missing ';' at end of the line or incomplete expression
Please advise