Greetings. I need your help with the following: I have an application that collects data to be sent to an API using power automate. There is a field whose data type is array and requires that it have this structure:
name: ["Jose", "Rodriguez"]
The problem is that when I try to create an array in powerapps it must have the field structure: value. Example:
name: [{Value: "José"},{Value: "Rodriguez"}]
Could someone help me to achieve what I need?