admin管理员组文章数量:1134246
Iam not understanding why inserting data from my lookup field does and doesnt work in canvasapp.
This works:
Defaults(tblWhereToInsert),
{
fieldWhereToInsert: LookUp(lookupTbl, lookupField_shownToUser = comboField.Selected.lookupField_shownToUser)
}
but this doesnt work although if i understood right should work:
Defaults(tblWhereToInsert),
{
fieldWhereToInsert: comboField.Selected
}
With the second one comboField.Selected returns a record as it should but it complains about wrong schema!
comboField.items has
Choices(tblWhereToInsert.fieldWhereToInsert).lookupField_shownToUser
and in UI comboField shows the field from the lookup-table i want it to show.
But anyways... why doesnt the second example work? Can anybody help? It returns record but complains at the same time about schema
本文标签: powerappspower apps lookup column patching to dataverseStack Overflow
版权声明:本文标题:powerapps - power apps lookup column patching to dataverse - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736782756a1952687.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论