Displaying Section of table in Dynamic list

Good Day,

I have a table that holds a lot of information and only want to display a small section of it onto a dynamic list. I have added the codeless logic i am using below with the error.

Screenshot 2022-04-28 at 16.24.30

I have not added to much detail into my explanation, so please feel free to ask me if you need more info.

Kind Regards
Donovan

Hello @Donovan_Hardwick

Try removing the following “create list with” block Monosnap

Regards,
Inna

Hi @Inna_Shkolnaya

Thank you for your assistance. I am still getting the following errer

@Donovan_Hardwick

Provide please your APP ID, container and page name.

@Inna_Shkolnaya

App ID: 56447795-182A-D679-FF9E-05029343F800
Page: engine-remanufacture

The logic is in the select-class component.

Could you give me test account to login on this page?

@Dima @Inna_Shkolnaya

Sure thing.
email: demo@demo.com
password: 12345

The issue is - that you try to set data to the unmounted component.

If you set repeater visibility to false and try to set items into a hidden repeater it will trigger an error. So, moving visibility changing to top resolve the issue.

@Dima @Inna_Shkolnaya

Wow thank you, would have never guessed it. Thank you.