hi ,
iam trying to patch a dropdown value to SP Lookup column.
In my drp (related skill) items property, i grouped the of the selected person relevant skills i and the skills column in sp is lookup.
Sort(GroupBy(Filter(AddColumns(
Knowledge_matrix,
"Skill_TRDI",
Skill
),
Employee_Email.Email=TextInput1.Text
),
"Skill_TRDI",
"Data"
),
"Skill_TRDI",
SortOrder.Ascending
)
and i want to patch the item selected from the dropdown named related skill
