Hello,
'Projects' is a LookUp column for a list called 'Projects list'.
I have an OnChange property of DataCardValue35 at the equal sign:
Set(CEAvar,LookUp('ERP Time Entry','Projects' = DataCardValue35.Selected.Value))

What I am attempting to do here is update a control based on what type of project is shown. The error is explained as the following:

Knowing this, what are your recommendations for getting this OnChange to work?