
Hello Everyone,
Good day!
I'm setting a variable with a lookup value. But I'm getting error "We can't evaluate because the context variable types are incompatible with the type of values in other places of your app".
But I am able to do like this in the past without any error
Set(
gvCurrentRequest,
LookUp(
'Initiative tracker',
ID = Gallery1_3.Selected.ID
)
);
Change the name of your variable. It is being used elsewhere in the app.