Toggle Component Visibility - Unreadable Component ID

In code I have from a blueprint app, there is logic that toggles component visibility for ‘43a886d21122602a70df90g601313b1’. How can I learn what component this is? I’m not sure how to relate the ID string to something understandable, and couldn’t find the answer elsewhere.

Thank you!

Screen Shot 2022-09-11 at 2.25.39 PM

Every component has two IDs - the readable and the inner once.
This could happen if those components had their readable id’s removed.

  1. You have to return the readable ids for those components, and they will reappear.
  2. try to search in files these IDs and in some way try to guess what it is and what it do.

Thanks for replying! Is the readable ID the one here in this menu setting?
Screen Shot 2022-09-14 at 10.26.37 PM

I’m not sure how to search file in backendless like you suggest - if you have any pointers that would be great, otherwise i can stick to trying this ID field.

thanks again.

Hello @Grace_Young

Yes, you need to give out IDs for components to make it easier to work with the logic later.

Regards,
Inna