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 Automate
Suggested Answer

Select data operation

(1) ShareShare
ReportReport
Posted on by 237
Hi Everyone!
 
I'm trying to copy records from a SharePoint list to another SharePoint list. I'm using the Get Items action of SharePoint and doing an Apply to Each. Inside the Apply to Each action I'm using the Select data operation to store the values of multi-choice columns. I then use the output of select as input to copy the multi-choice values into the new record. The problem is some of the multi-choice values are empty/null which causes an error in the Select action. I have 7 multi-choice columns and I do not want to do a Condition action for each.

Is there a better way to copy multi-choice columns in SharePoint using Select? Or maybe a better way than using the Select action?
 
Thank you for any insight/advice!
 
Cheers!
bochie
Categories:
I have the same question (0)
  • Suggested answer
    David_MA Profile Picture
    14,761 Super User 2026 Season 1 on at
    Just use an expression to check if the field is empty. If it is return null, otherwise return the values. For example:
    if(empty(triggerOutputs()?['body/CostsIncurred/Value']),null,triggerOutputs()?['body/CostsIncurred/Value'])
     

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 450

#2
Haque Profile Picture

Haque 366

#3
Valantis Profile Picture

Valantis 349

Last 30 days Overall leaderboard