Hiya,
I have a 2 Sharepoint lookup columns in a form and this needs to update into a Sharepoint list which is called "skills matrix"
the two columns that need to be update are technology & technology topics.
in the form when a user submits a new skill, im trying use the datacard to add new line item with the field selected. like simlar to this. but however its not working.. any suggestions?
{
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
Value: ddTechnology.Selected.Value,
ID:
LookUp(TechnologyTopics,
Technology = ddTechnology.Selected.Value).ID
}
It says these records cant be compared record, text. any suggestions?
thanks!