Hi
I have a dropdown in my new form where Iam trying to update DSI ,
Items Property : Choices([@Causes_TopRisks].Risk_name)
Default Selected Items :
If(VarTopRiskCauses,LookUp(Choices(Causes_TopRisks.Risk_name), Value = VarTopITrisknames),Parent.Default)
VarTopRiskCauses is a variable which Iam passing to check whether it is true or not
VarTopITrisknames Iam already collecting the risk Name as Variable ( tested in a label property)
Risk_name is a lookup column in my SharePoint list
It is showing an error expected table value.

Could anyone please help me to fix this issue