Hi
I have this event on select button and message box with error "error when saved data because the name is long"
Refresh('[Access].[Clienti]');;Clear(Clienti1) ;;Collect(Clienti1;(Filter('[Access].[Clienti]'; CodiceUtenteSharepointCliente=Utente.Text && (FatturatoAnnoPrecTot + FatturatoAnnoCorrente) <>0 )));;SaveData (Clienti1;"CliA1")
thank
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
Yes my collect name is Clienti1, and imported record from table sharepoint azure db. this collect it's OK and i use in form ....
the problem is when save this collect in a local ... i have the error in save data "the name is too long"
Thank
I have same problem also with simple example:
Button A with this code on select
Collect( IceCream; { Flavor: "Pistachio"; Quantity: 40 }; { Flavor: "Orange"; Quantity: 200 } )
Button B with this code on select
SaveData(IceCream;"Local1")
In the form, in web edit error this name is too long. .!!!!
Thanks for updating.
On PowerApps studio for Web, I can reproduce this issue.
The same SaveData function works fine on PowerApps studio for Windows, while on Web player, an error message “There was a problem saving your data. Name could be too long” will be shown after I clicked the SaveData button.
As a temporary workaround, please consider to use PowerApps studio for Windows. I will try to report this issue from my side and back to you once I got any updates.
I have some updates for you.
Currently SaveData function has not been supported on PowerApps Web Studio, but seems that PGs are working on it, and it will be coming soon.
Hi Mabel Mao
Thank for information, waiting for the update
Best regards
Giancarlo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 757 Most Valuable Professional
Michael E. Gernaey 322 Super User 2025 Season 2
MS.Ragavendar 209 Super User 2025 Season 2