Hi Team,
I am experiencing a strange issue when I am trying to apply a Filter for Edit form.

Follow the below steps to reproduce the error:
- Create a SharePoint with one lookup column with a multi-selection enable on it.
- Now create a simple screen in PowerApps and refer the lookup to the dropdown control as below
Choices(SampleList.'LKP Column').Value
- Now add an edit form and apply the below formula
First(Filter([@SampleList],ddlLookup.Selected.Value in Concat('LKP Column',Value&";")))
I know that In is not a delegable function in PowerApps with SharePoint list. Since my requirement is to get the selected dropdown in the multi-select lookup column I am using this.
I will be really thankful if one of you @mdevaney , @v-xida-msft, @v-bofeng-msft can help me with this issue.
Regards,
Krishna