Hello,
I'm trying to setup a composite key duplicat check on two datacardvalue fields of a sharepoint list. The check happens after I click on the submit button:
If ( IsBlank( Lookup(Table; ProductID = DataCardValue1.Text &&
'Deparment ID' = DataCardValue2.Text .....
The duplicate check is not working for Department ID. Not even if I just check for duplicates of department ID without ProductID.
The sugguestion the system gives me is in 'Deparment ID' in single quotes. I also tried to change that, but seemingly it needs the quotes because of the space in the middle.
The other difference the Department ID is different vs. the ProductID is that its a dropdown selection and not a free text field.
Whatevery I do, the intellisense always marks the equal sign between 'Department ID' = DataCardValue2.Text with a red unterline.
Thank you very much in advance
Best.