Invisible fields migration to new version

I still have an old version of glide app that I need to convert to the new version. I have done this, but now I am missing fields that are no longer visible. Is there anyone who can help me with this.

Thank you very much!

What do you mean by “fields”? Component in the frontend, in the layout editor, aren’t appearing or aren’t bound to the correct columns anymore?

When you convert an deprecated classic app to a current Glide app, some parts, and especially parts in the layout editor, might have to be rebuilt by hand.

Hi,

See screenshot, you can see more options with the old app than with the new one… I have no idea how to make it visible with the new one.

1 Like

Are you referring to the rows “Timesheet”, “Goedgekeurd”, “Nog niet goedgekeurd”, and “Project toegewezen” in the field component?

I believe those are “List relation” components and these were discontinued.

You could partially recreate these with the action row component, though on mobile the title “9 items” won’t display. Otherwise you could recreate it with the custom AI component.

Will you be able to help me? I am not that technical ha

You’ll need to create relations:

  1. between the table that contains “21-84009” and the “timesheet” table
  2. between the table that contains “21-84009” and the “goedgekeurd” table
  3. between the table that contains “21-84009” and the “Nog niet goedgekeurd” table
  4. between the table that contains “21-84009” and the “Project toegewezen” table
  5. Then set up a component with an action (action row, button or a custom AI component) that will show a new screen and display a collection component pointing to the relation. You would do this for each relation.

If you don’t understand any of this, you could learn:
Relations
Learn in Glide Docs
Learn in Glide University

You can also find someone to do this for you: Glide Experts

1 Like