Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
Answered

Transferring values from one data card field to another data card

(2) ShareShare
ReportReport
Posted on 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 at
    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 at
    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 at
    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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Microsoft Dataverse

#1
stampcoin Profile Picture

stampcoin 15

#2
ankit_singhal Profile Picture

ankit_singhal 11 Super User 2025 Season 1

#3
mmbr1606 Profile Picture

mmbr1606 9 Super User 2025 Season 1

Overall leaderboard

Featured topics