admin管理员组文章数量:1315069
So I am building a power app and I have 2 data sources linked which are both distinctly named. I started by creating a screen that was a gallery of the first data source and then a second screen that was an editable form for whatever item was selected on Screen1's Gallery. I used Navigate(Issues_UpdateIssue, ScreenTransition.Fade, {formData: Gallery_Issues.Selected})
on an icon in the gallery to access the editable form screen and this all worked perfectly.
With that data source set up I moved on to the second one. Again everything as set up identical (duplicated the screens and changed all the applicable Data Sources) and my navigate code is now Navigate(Queue_UpdateRequest, ScreenTransition.Fade, {requestData: Gallery_Requests.Selected})
but for some reason i am now getting an error on the Item field of the edit form screen saying "Invalid formula. Expected a value compatible with 'DataSource'.".
I cant seem to find any obvious reason for what the issue is, and i also tried creating a brand new edit form screen and experienced the same problem.
So I am building a power app and I have 2 data sources linked which are both distinctly named. I started by creating a screen that was a gallery of the first data source and then a second screen that was an editable form for whatever item was selected on Screen1's Gallery. I used Navigate(Issues_UpdateIssue, ScreenTransition.Fade, {formData: Gallery_Issues.Selected})
on an icon in the gallery to access the editable form screen and this all worked perfectly.
With that data source set up I moved on to the second one. Again everything as set up identical (duplicated the screens and changed all the applicable Data Sources) and my navigate code is now Navigate(Queue_UpdateRequest, ScreenTransition.Fade, {requestData: Gallery_Requests.Selected})
but for some reason i am now getting an error on the Item field of the edit form screen saying "Invalid formula. Expected a value compatible with 'DataSource'.".
I cant seem to find any obvious reason for what the issue is, and i also tried creating a brand new edit form screen and experienced the same problem.
Share Improve this question asked Jan 30 at 10:45 potterwizpotterwiz 277 bronze badges1 Answer
Reset to default 0Did you replace the datacards when you changed your forms data source? You have to replace the datacard and then update the Item property to requestData for your second screen edit form.
本文标签: powerappsPower Apps Form not pulling from DatasourceStack Overflow
版权声明:本文标题:powerapps - Power Apps Form not pulling from Datasource - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741971800a2407885.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论