PowerApps命令问题 [英] PowerApps command issues

查看:220
本文介绍了PowerApps命令问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


嗨。

Hi.


我真的需要帮助我的应用程序。

I really need som help w my App.


我已经构建了一个5屏应用程序无法弄清楚如何提交我的基本用户数据,之后在同一个按钮(命令)中将数据提交给Editform后返回。数据保存到寄存器,但返回错误的帖子。我需要
之类的东西(我对公式太糟糕了):

SubmitForm(EditForm1);;导航(EditForm1)

I've built a 5 screen app and can't figure out how to submit my basic user data and after that in the same button (command) return after submitting the data to the Editform. The data saves ok to the register but returns to the wrong post. I need something like (I'm soo bad at the formulas):
SubmitForm(EditForm1);; Navigate(EditForm1)


" ;想要导航回我保存数据的同一个屏幕和相同的EditForm"

"want to navigate back to the same screen and same EditForm from where I saved my data"







我会尝试解释我的问题好一点。

I’ll try ty explain my problem a little bit better.


我有此StartScreen(BrowseScreen1)w链接到Sharepoint列表的寄存器。

I have this StartScreen (BrowseScreen1) w the register linked to a Sharepoint list.


它转到DetailScreen1,在那里我可以看到对象中的数据

It goes to DetailScreen1 where I can see the data in the object


当我按下Newobject按钮时,它会为5个不同的输入屏幕打开5种不同的表格。

并导航到第一个EditScreen1并进入表单的Editmode(FylliForm1)

When I push the Newobject button it opens 5 different forms for the 5 different input screens.
and navigates to the first EditScreen1 and in to the Editmode for the form (FylliForm1)


公式:


NewForm(FylliForm1);; NewForm(FylliForm1B);; NewForm(FylliForm2);; NewForm(FylliForm3);; NewForm(FylliForm4);; NewForm(FylliForm5);;导航( FylliForm1; ScreenTransition.None)

NewForm(FylliForm1);;NewForm(FylliForm1B);;NewForm(FylliForm2);;NewForm(FylliForm3);;NewForm(FylliForm4);;NewForm(FylliForm5);; Navigate(FylliForm1; ScreenTransition.None)


这里我输入了用户,标题,日期等基本数据。

Here I put in the basic data like user, title, date etc..


我现在在我的第一个表格FylliForm1的Editmode中;

I’m now in Editmode of my first form FylliForm1;


如何从这里保存/提交数据到注册表中并在成功保存导航后

How can I from here save/submit the data into the register and after this successful save navigate


在EditScreen1上直接返回到这个特定的FylliForm1?

directly back into this particular FylliForm1 on EditScreen1?


当我使用此命令时:  SubmitForm(FylliForm1) 并使用


OnSuccess:  导航(FylliForm1; ScreenTransition.None)


它成功保存了数据,但又带我回到不同的 注册帖子的FylliForm1

It saves the data successfully but takes me back to a different register post’s FylliForm1
(one that has been saved a long time before)
I need a formula that takes me back to the one I submitted data from w the Navigate command..


我不知道如何组合我的命令,所以它找到了我正在使用的BrowseGallery1.Selected。

I don’t know how to combine my command so it finds the BrowseGallery1.Selected I’m currently working with.


这对你们有意义吗?

Does this make sense to you guys?


请建议..

Please advice..


祝你好运迈克尔

Best regards Michael

推荐答案

嗨迈克尔,

看起来你的问题与PowerApps有关,请尝试在 $中重新询问b $ b PowerApps论坛

it looks like your question is really related to PowerApps, try re-asking in the PowerApps forums.

谢谢,Jeroen


这篇关于PowerApps命令问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆