I have an app where i want to add a “Home Screen”. I want that to be an initial screen that allows the user to click on a photo/image to take them to the correct view:
I have this in my app - but it doesnt take them where i want them to go. Those two images are in a table. They currently do not take the user to the correct views. How do i do this?
I would also be interested in how to get this accomplished. More specifically I would be interested how to get this accomplished without needing a Table at the backend. It seems that most everything I need to accomplish somehow requires another column in a table or an entire table. By the time I’m done I feel like I have a dozen additional resources to manage.
Problem:
When i build the “Home Screen” - i have to use the “image Table” - which goes no where when the user clicks on the images.
I looked at the app launcher link you sent already before i tried - i am not understanding where I reference and how to reference these images - so that the user clicks on them and they goto the table I want.
Ok. Only problem i am having is I have two images. Do i make two tables? If so, Ho do I pout them in the same Gallery? Because i have more than one image - the behavior will only goto to ONE view. What about the other?
Because i have more than one image - the behavior will only goto to ONE view. What about the other?
You need to make your LINKTOVIEW action dynamic depending on the image record selected. Probably start by adding a new column to your images table: [View Name]. Put the exact UX-View name that you want navigated to from that image into the new column for that row. Then change your expression to:
Yes,
So I was looking to have a home screen with images for my users. I wanted them to be able to click on an image and the app would take them to a certain “View”.
NOTICE - the “on Click” option ? There is where you MUST create./build your actions - so when the user clicks on a certain image it will take them to THAT view: