I have 2 forms on my app -
one form is from datasource 'Client Intake', the other form is from datasource 'Soap Notes'.
I also have an image in the app and a peninput to draw on the image.
Here is my code:
Patch('SOAP Notes', Defaults('SOAP Notes'), Form1.Updates, Form4.Updates); ResetForm(Form1); NewForm(Form1); ResetForm(Form4); NewForm(Form4); Reset(NameSearch); Reset([@MyPen]); Patch(Drawings, Defaults(Drawings), {Image:MyPen.Image})However, I get the following error:

How do I fix the column issue and also get my image and peninput to merge together?