Hi,
I'm trying to link a form ("Return Form") to a previously filled line in a sharepoint list ("Library APP Form").
The goal is when a person writes his/her name, the app searches the sp list lines, auto-fills the name of the book and when the person submits the form, it adds the return date to that same line.


I've used the LookUp formula: LookUp('Library APP Form'; NAME = DataCardValue44; 'BOOK TITLE') but it's not working ("incompatible type for comparison. it is not possible to compare these types: text, control").
Both columns are single-line text, so I don't understand what I'm doing wrong.
Can you please help?
Thanks in advance