I did as glide asked and created a new version of my app to the new system

I did create the new version as they asked but i didnt publish it as it didnt seem to be right as my original design. Now I believe it changed to the unpublish version and things are not working right … i have an image example contacts sow when they click on it oit opens all contacts… thats not working. Help plz

Do you mean you’re creating a new app from the Classic version?

Can you give us some screenshots?

Yes.

[User requested to have images removed].

menu there are images when clicked bring up the list info… the new one doesnt

The layouts have changed compared to the Classic version.

Try using a Card collection with only the image filled to replicate the first screenshot I guess.

Based on what I’ve seen today, classic apps were automatically converted to a “new” labeled version and the old glideapp.io url now redirects to that new auto converted version. If you have previously been working on a new version that’s unpublished, it would have a glide.page url once published and still be separate from any existing classic app that’s converted. If I were to guess, you should now have 3 versions in your team folder. The classic version, the automatically converted version, and the newer version you were working on previously.

Make sure you are working with the correct app. In my case I still had classic apps, but I had previously build new versions prior to today, so I’m now redirecting users to use the new url. I put a cover page on my auto converted apps with a link to the new version I built months ago.

ok , yes there are the 3… but now im tryin to get the new version that i started a while ago to swork and look proper
and no luck yet

1 Like

If you can share more details regarding what you are struggling with, we can try to help. Were you relying on the ‘Independent Screen Configuration’ feature that used to exist with classic apps? If so, you have a few different option.

  • You could create a workflow with conditional branches that open new screens based on the chosen item on the main screen. The item click action for the collection would run the workflow.
  • You could add all components to the detail screen that opens when you click an item in your collection. Then hide or show each component on the detail screen based on the chosen item.
  • You could add several collections to the main screen. Each filtered to only show one item, and each with a ‘Show New Screen’ action to get an independent screen for each item.

The first option with the workflow is by far the most recommended way to do it. The other options work too, but are more prone to problems down the road if you aren’t careful.

2 Likes

have alook help plz
app

So it looks like tapping doesn’t do anything? What kind of component are you using. Is it a collection, or a series of individual image components? What is the click action for that component? Almost looks like you don’t have any action set.

in classic app it was an image now not sure what to do with it!

Select each image component and add an action in the right hand panel. You’ll probably want to use the ‘Show New Screen’ → ‘This Item’ action.

ty

1 Like