Hello Wahyu,
The problem is that at the moment your snippet is expecting a parameter, but that is not possible with an layout, you need to remove this and make sure that the dataview within your snippet is self-sufficient so you need to retrieve your object with a microflow or nanoflow.
Step 1:
Step 2:
Hope this helps,
Good luck!
Hi,
yes you can use a snippet and have a dataview in the snippet. However, the dataview cannot have a parameter (as stated in the error), but you can use a datasource microflow instead.
As an example: Display the user name of the person logged in, in the top bar
Layout
Snippet with dataview
Datasource microflow
Outcome (just an example with an anonymous user in an app.
By the way, I took a shortcut creating the example. If you want to use customized layouts, it might be best to create a copy of the Atlas related layout and store it in a custom module, since updating market place modules is not best practice.