Hi @WebPortal
instead of using the variable within "Value", you need to use an expression "item()". That will create a html table with "Nome" as header and all the array values in it.
Using "From" you are running through each item within the array, but as value you are using the whole array again. Using "item()" it will only use the current value, you are running on.
Does this help you? Otherwise please give me some more information.
Best regards
Marvin
If you like this post, give a Thumbs up. If it solved your request, Mark it as a Solution to enable other users to find it.
Blog: Cloudkumpel