Hi,I managed to solve most of my TrueChange errors of the List and Detail Screen Exercise (Developing Outsystem Mobile Apps) - but still have two warnings remaining. They may seem obvious but I don't know how to fix them.
Unused Element : Input Parameter 'ToDoId' is never used in Screen 'ToDos'
Unused Action : ListItem1OnClick action is never used in 'ToDos'
Please see if you can help me.
If an input or an action are unused, just delete them.
Thanks Joao,
I will try that
Just delete "ToDoId" parameter as well as the "ListItem1OnClick" action