Re: Problem SaveData with collect
Hi giancarlo,
The table name you created using the Collect function is “Clienti1”, right?
When using Collect function, we need to specify a name for the data source that you want to add data to, then the new records.
The function configuration might looks like Collect( IceCream, { Flavor: "Pistachio", Quantity: 40 }, { Flavor: "Orange", Quantity: 200 } )
Please check the Collect function and please feel free reply if you need more help.
Best regards,
Mabel Mao