web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Pages / Salvar dados vindo de ...
Power Pages
Unanswered

Salvar dados vindo de coleção para uma lista SharePoint

(1) ShareShare
ReportReport
Posted on by Microsoft Employee
Olá, por favor alguém pode me ajudar?
Estou tentando salvar um formulário numa lista SharePoint, todos os dados são salvos com exceção dos dados numa combobox que vem de uma coleção, não sei como resolver.
Categories:
I have the same question (0)
  • v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous ,

     

    Could you share the date type of fields?

    If the field is Choices, Set the following code to Update property of data card.

    LookUp(Choices('SP list'.ChoicesColumn), Value=Combobox.Selected.Value)

    If the field is LookUp:

    {
    '@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
    Id: Combobox.Selected.Id
    Value: Combobox.Selected.Value
    }

    If the field is Person:

    {
    Claims:"i:0#.f|membership|" & Combobox.Selected.Email,
    Department:"",
    DisplayName: "",
    Email: "",
    JobTitle:"",
    Picture:""
    }

    If these doesn't make sense, please share more information with the field types.

    Best regards,

    Sik

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Obrigado pela ajuda, mas acredito que não me expressei bem no post, vou tentar melhorar.

    Tenho um formulário conectado a uma lista do sharepoint, esse formulário vai inserir ou atualizar dados na lista, dentro do formulário tenho alguns campos que mostram dados vindo de uma coleção, até aqui esta ok, mas quando clico em salvar para atualizar algumas informação na lista, os dados que são provenientes da coleção não são inseridos na lista sharepoint, pode dar uma olhada nos prints.

    2.jpg
    3.jpg
    1.jpg
  • v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous ,

     

    Could you post  the column type of ProdutoDelinteresse in SP list? Choices? LookUp? Person? or Text?

    If it is one of the three, please refer to codes I posted above.

    Sik

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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
Valantis Profile Picture

Valantis 49

#2
11manish Profile Picture

11manish 33

#3
Haque Profile Picture

Haque 28

Last 30 days Overall leaderboard