Hello, i've read many post but unable to resolve the problem.
I have a list with 2 lookup field "Pratica" and attivita". These 2 field are in an other list.
reading, post and webinar, i modify the list with power app, and i've been able to create the cascade look up.
But when i try in a list to add a new field, the field "Pratica" and "Attività " that i choosed from the dropdown are not saved.
I think that i have to modify the update item of the Datacard.
name of the field of the datalist "Pratica"
name of the datacard dropdown "Pratica_Datacard1"
name of teh dropdown in this card is "Pratica1"
In the edit of the Pratica_Datacard1" i wrote:
{
'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
Id: Pratica1.Selected.Value,
Value: Pratica1.Selected.Value
}
But there is an errore, and the app doesn't functions.
Very grateful if someone can help me.
(sorry for my writing, i am from Italy)