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

Community site session details

Session Id : 2UojO7b9uH5AjPXcDNlKQR
Power Apps - Microsoft Dataverse
Answered

Transferring values from one data card field to another data card

Like (2) ShareShare
ReportReport
Posted on 27 Feb 2020 13:01:19 by

Hi,
I have a question about transferring values from one data card field to another. Because I have stored a country list in a sharepoint list and the selected value should be displayed / transferred in another field. With each change the data should be also transferred in the other data card.
Unfortunately I haven't been able to get this function via Defaults

 

Thanks in advance !

 

DataCard1 - Item = Choices([@'High Risk Land - User Data'].Reiseland)

DataCard2 - Defaults = ?? (displaying the same values from DataCard1)

 
Categories:
  • Verified answer
    CU22081450-0 Profile Picture
    Most Valuable Professional on 28 Feb 2020 at 08:39:08
    Re: Transferring values from one data card field to another data card

    Hi @Anonymous ,

     

    You can use:

    DataCard2 - DefaultSelectedItems =  Filter(Choices([@'High Risk Land - User Data'].Reiseland), "Value" (or Value) = DataCard1.Selected.Value)

     

    Removing the "First" property.

  • Community Power Platform Member Profile Picture
    on 28 Feb 2020 at 06:24:38
    Re: Transferring values from one data card field to another data card

    Hi @renatoromao , 

    thank's a lot, the function works. One field is a combo box and the other a text box. 

    But when I select two countries in the combo box (DataCard1), only the last country is taken and unfortunately the first country not  (in DataCard2). 
    Do you have an idea how I can select two or more countries?

     

    Thank you in advance

  • CU22081450-0 Profile Picture
    Most Valuable Professional on 27 Feb 2020 at 14:26:03
    Re: Transferring values from one data card field to another data card

    Hi @Anonymous ,

     

    Are the two fields combo box type? And you just need to show the selected value to another field, right?

    If yes, follow this step: 

    DataCard1 - Items = Choices([@'High Risk Land - User Data'].Reiseland)

    DataCard2 - Items = Choices([@'High Risk Land - User Data'].Reiseland)

    DataCard2 - DefaultSelectedItems =  First(Filter(Choices([@'High Risk Land - User Data'].Reiseland), "Value" (or Value) = DataCard1.Selected.Value))

     

    ---
    If you like this reply, please give kudos. And if this solves your problem, please accept this reply as the solution.

    Thanks!
    Renato RomĂŁo
    https://www.linkedin.com/in/renatoromao/

     

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

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410 Super User 2025 Season 2

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 2

Featured topics