Skip to main content

Notifications

Power Automate - General Discussion
Unanswered

SharePoint List to Google Sheets - Number Format

(2) ShareShare
ReportReport
Posted on by 2

Hi 

 

I've built two flows, one to parse data from an email and store the information in SharePoint and then another to transfer that information into Google Sheets.

 

Everything works fine, except when a phone number is stored as a number in the SharePoint list it copies across to Google Sheets as text. What can I amend in the flow so that the phone number is stored in Google Sheets as a number?

 

Thanks

  • sandeepstw Profile Picture
    sandeepstw on at
    Re: SharePoint List to Google Sheets - Number Format

    Hi @GAJames ,

     

    Get an item from SharePoint.
    Compose a expression to remove non-numeric characters using
    int(replace(replace(replace(replace(triggerBody()?['PhoneNumber'], '-', ''), '(', ''), ')', ''), ' ', ''))
    then add row in Google Sheet using google sheet connection and login using google.

     

    mark as solution if it helps. 

     

    Thanks

    Sandeep Mishra

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

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

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,580

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,909

Leaderboard