Skip to main content

Notifications

Community site session details

Community site session details

Session Id : l751QyXqUyWhmDu1wcSojd
Power Apps - Building Power Apps
Answered

Currency not in power app form from Sharepoint

Like (0) ShareShare
ReportReport
Posted on 2 Nov 2022 23:26:27 by 523

Hi,

 

I just used the Power Apps integration from the Sharepoint list. The 2 currency fields are in the list. Why am I not able to get this formatted in the form? It was throwing the "the value '$' cannot be converted to a number." error.

 

Currency2.PNGCurrency.PNG

  • Holly_CMS Profile Picture
    523 on 04 Nov 2022 at 15:22:48
    Re: Currency not in power app form from Sharepoint

    The error yes and I changed the fields to numbers and did the "$" & Text(display.parent, "0.00") and it works!!

     

    Thank you!

  • Verified answer
    v-xiaochen-msft Profile Picture
    on 03 Nov 2022 at 08:00:30
    Re: Currency not in power app form from Sharepoint

    Hi @Holly_CMS ,

     

    Do you have such an error?

    vxiaochenmsft_0-1667462393048.png

     

     

    This is because currency column is number column in SharePoint, only numbers can be saved.

    To avoid this error, need to make the saved data is number. You can set the 'Update' of the Card in the form so that the content of the submission is only numbers.

    I made a sample for you.

     

    Create a list in SharePoint, and ‘ESTCost’ is a currency column.

    vxiaochenmsft_1-1667462393051.png

     

     

    Create a form and set the Textinput ‘DataCardValue8’ to the following format:

    "$" & Text(ThisItem.ESTCost,"0.00")

    vxiaochenmsft_2-1667462393057.png

     

     

    Set the Update of the Card. Only the content after the symbol '$' is submitted.

    Value(Mid(DataCardValue8.Text,2))

    vxiaochenmsft_3-1667462393061.png

     

     

    After testing, no error is reported:

    vxiaochenmsft_4-1667462393066.png

     

    vxiaochenmsft_5-1667462393067.png

     

    Best Regards,

    Wearsky

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,518 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,756 Most Valuable Professional

Leaderboard