Hi, I want to change the body of my scrollview with completly new content, how can I do that?
I made a snippet to help clarify what I would like to be able to do:
Hi, I want to change the body of my scrollview with completly new content, how can I do that?
I made a snippet to help clarify what I would like to be able to do:
Hi @AndreaC
parse
and load
are intended for data loading, but if you need to change a part of UI configuration, please use one of the options for dynamic UI modifications
Here’s an example of replacing rows
content: Code Snippet
Thank you, this is perfect!