
Hi, I have a modern button with below code that will navigate to the second form for user to edit fields
EditForm(Form2);Navigate('Edit Page',ScreenTransition.Fade)
The second form is pointing to the datasource Table 4.
Table4.Selected
Everything works well for tablet and web, but when I preview on phone, upon clicking edit, it will bring me to the second form then load the fields for 1 second then suddenly everything disappear (showing No item to display)
I have absolutely no idea why.
What dit you put in the Items property of your Form?
A Form needs two inputs in order to do the right thing:
Why it does work in some cases when it is half completed, I wouldn't dare guessing, but I hope that when you add both inputs, your Form will work fine on any device.
Please like the reply AND accept it as the solution if the answer is what you were looking for.
(to help me grow in community rank AND help others find the solution)