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 / Retiring SharePoint 20...
Power Automate
Suggested Answer

Retiring SharePoint 2013 Workflows - Introducing Power Automate

(0) ShareShare
ReportReport
Posted on by
Hello, due to the deprecation of SharePoint 2013 on April 2, 2026, I'd appreciate your help in providing a solution using Power Automate to send emails to specific user groups when new items are added or when existing items are updated. The automation in Power Automate that sends notifications about added items is temporarily unavailable. As a result, this notification will only occur once a day at 12:00 AM and will summarize all changes (new items added, old items edited). Another item on my SharePoint list is linked to another list using the "Lookup" display type. Regarding the display of values ​​in emails, here's what I'd suggest: [{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":84,"Value":"H319 Serious eye damage/eye irritation, category 2"}]

I want to be notified in an email like this: H319 Serious eye damage/eye irritation, category 2

Thanks in advance for your help.
Categories:
I have the same question (0)
  • Suggested answer
    Manish Solanki Profile Picture
    15,169 Moderator on at
    Hi,
     
    It looks like lookup column is multi select column. Use "Select" action and pass the lookup col as its input. Set Value property in the map parameter. The output of select action will an array of lookup col values. In the email, use join expression with comma to join output of select action array with comma separated string.
     
    If this reply helps & solves the problem, pls mark it as accepted solution.
     
     
    Thanks,
    Manish Solanki
    Manish Solanki | LinkedIn
  • Suggested answer
    David_MA Profile Picture
    14,956 Super User 2026 Season 1 on at
    If I am following the thread correctly, you have a multiple-choice column and you want the choices formatted as comma-separated values in the e-mail. If so, do this:
    1. Create an Array variable with the default value of [] (setting the default to this is important to prevent errors).
    2. Add an apply to each action.
    3. Set the output from previous step field in the apply to each action to the multiple choice column, but not the one that has value after its name.
    4. Add an Append to array variable to the apply to each.
    5. Append the variable created in step 1 with the multiple choice column, but this time use the one that has value after the name.
    6. Outside of the apply to each action, add a Compose action.
    7. Use this expression to join the values in the variable you created: join(variables('YourVariable'), ', ')
    It will look like this:
    Then use the variable in the e-mail action.

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 377

#2
11manish Profile Picture

11manish 279

#3
David_MA Profile Picture

David_MA 234 Super User 2026 Season 1

Last 30 days Overall leaderboard