I have an Multiple Forms which are being submitted to a SP Online list using a patch Formula as below:
Patch('Ellipse Booking Form 2',Defaults('Ellipse Booking Form 2'),Form1.Updates,Form1_1.Updates,Form1_2.Updates,Form3.Updates,Form3_1.Updates)
This is fine.
What I have now done is added a Custom Card to one of my Forms (which i have added a drop down control too). I want the new Drop Down to populate one of my Columns in the same SP list that all the other data is being uploaded too, but i dont know how to get this card to do that.
I have changed the DataField to "mycolumnname" and changed the display name. What else am i missing? Thanks