So, I’ve created my app and it works fine. I have a few buttons on each page that when clicked send the user to another page (for example- home button, settings button etc). This works fine even though I haven’t filled out the “data to send” part in the workflow.
Hi there, @sofsmendonca… when you see that issue, it means the page to which you are navigating has its Type of content set to one of your data types. So, when navigating to that page, the workflow is expecting you to send an item of the same type to the page. In this case, what is the type of content associated with your settings page? Also, do you need the settings page to have its type of content defined? If you don’t, you can remove the value from the page’s Type of content field, and you will not have to send any data to the page when navigating to it.
The settings page type content is User because that’s where the user can change some of the account and profile settings.
So that means that I have to make the “Data to send” type user or current user?
And having the page type filled out is not a necessity?