I would like to add
{
'@id': '3',
'name': 'Bing',
'url': 'http://www.bing.com'
}
into the empty array [].
Doing that I got "Cannot parse JSON".
Hi Gabriel Melo,
As a workaround you can create a wrapper action for the component and test if result is not empty retrieve the component output otherwise you can retrieve a default structure with the pretended values.
Hope that it helps you