Hi,
My App is Items and Each Item has Tasks,
On Home Screen, I have two Galleries representing Items on the left and related Tasks on the right. (See Attached Screen shot).
My Items are from Data Source SP list and Tasks are from the Data Source SP list. Each Task has an ItemID as one of the field to relate to the Item it belongs to.
When my Task is completed (using a Form), it directs me automatically to my Home Screen.
If I place Navigate(ScrCopyTaskCT) code on the Submit button, it will show the Copy Task Screen for a split second and then comes back to Home Screen.
My code on Yes, Submit button for On Select property on my Pop up Screen is:
SubmitForm(frmNewTaskNT);
DataCardValue12.DisplayMode.View;
UpdateContext({varShowTaskSubmitScreen: false });
Navigate(scrCopyTaskCT);
Is there a way to go to the designated Navigate to Screen (for my specific case it is a Copy Screen titled: screCopyTaskCT?
I am a newbie. Any help is appreciated.
Thanks,
SueA.