Hi,
I am very new to power apps and was hoping to get some help. I have an app which has a few screens. I want to be able to navigate back to the previous screen. I added an icon and on the OnSelect property I used the back() function. I have successfully used this function previously. However, when I try to do this now, it doesn't respond
I know another option, which works, would be to use the Navigate function on the OnSelect property of a button or icon. Any reason why the Back() function is not working for me ?
regards