Re: Dinamic List Name when I Use Get Item
Hi @flaviasocio,
If you are using the Get items action, the output of this action would be an array, if you want to extract property value within it, you should put it in the Apply to each to loop through, then use the expression item()?['propertyName'] instead of item('propertyName'):

Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.