Hi!
Does anyone know why this wont return the datacardvalue on update
Just says Table? it worked before but stopped working. it wont update...change or put the default it
I also need help with the dault value
Hi @maries1986
Is the Lookup you are trying to update is single or multi-selection?
if it's single selection
Event : {
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
Id: DataCardValue60.Selected.Id,
Value: DataCardValue60.Selected.Value
}
If it's Multeselect column in SP then
Event: ForAll(
DataCardValue60.SelectedItems,
{
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
Id: Id,
Value: Value
}
)
It is single selection.
I tried this:-
Red under ID and Value
{ '@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference", Id: DataCardValue60.Selected.Id, Value: DataCardValue60.Selected.Value }
I think the problem is more SP.......i need it to be able to have a blank value
Hi @maries1986
I assume you are having an issue with the patch command. Please share your complete patch command. You may remove any sensitive data.
Seems to be okay after from the :
Thanks for the help
Hi @maries1986
Where exactly you are using this code? Thisitem.'Parent Host" should be just a ColumnName. So you may need to remove the Thisitem.
in the Update:-
'Parent Host':{
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
Id: DataCardValue60.Selected.Id,
Value: DataCardValue60.Selected.Value
}
Error is under Parent Host:
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
184 | |
53 | |
41 | |
36 | |
30 |
User | Count |
---|---|
240 | |
74 | |
71 | |
69 | |
65 |