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 Automate / OneDrive - Excel Get R...
Power Automate
Answered

OneDrive - Excel Get Rows - Create Sharepoint Item

(0) ShareShare
ReportReport
Posted on by 62

hi All,

 

I want to use below flow to delete SPL items first then auto create SPL item based on excel list. But for some field "POID",the opition "List row present in a table" have not repopulated by itself. So this column "POID" can't fill in from excel list.I only know the type for "POID" is Number. Any impact for this? Any solution for this issue?

 

222.png11111111.png

Categories:
I have the same question (0)
  • Verified answer
    grantjenkins Profile Picture
    11,063 Moderator on at

    You can wrap your field into a coalsece expression so that if the field is null, it can default it to 0 instead. The below expression will try to get the value in my Actioned field, but if it's blank, it will return 0.

     

    coalesce(items('Apply_to_each')?['Actioned'], 0)

     

  • Verified answer
    Sophiegong Profile Picture
    62 on at

    YES!IT works.Thanks a lot!!!

    But if the field is date type,it will be some error as below.How to update the expression?

     

    coalesce(items('Apply_to_each')?['Posting Date'], 0)

     

    Sophiegong_1-1669550160297.png

     

  • grantjenkins Profile Picture
    11,063 Moderator on at

    That was only for your POID field of type Number.

     

    You should be able to just use the following expression for your date. If it's not present, then it will default to null.

     

    items('Apply_to_each')?['Posting Date']

     

     

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 474

#2
11manish Profile Picture

11manish 268

#3
David_MA Profile Picture

David_MA 243 Super User 2026 Season 1

Last 30 days Overall leaderboard