Hi,
I creat a form with a multiline field (Notes)
Form 1
Name: bert
Notes: visit new customer
I'm trying to imported the Notes, selecting the name of the person in a new Form (Form 2).
I defined this xpression in the user input of the customer name in the Form 2
Activity_notes = Activities(Form 1)[ID == input.Customer_Name].Activity_Notes;
But when i access to the app and select the name the notes are not imported.
Some body Can help me.