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 / Error - The 'from' pro...
Power Automate
Suggested Answer

Error - The 'from' property value in the 'select' action inputs is of type 'Null'.

(0) ShareShare
ReportReport
Posted on by
Encountering the below error while passing parameters from power bi to sharepoint via power automate flow.
Error - The 'from' property value in the 'select' action inputs is of type 'Null'. The value must be an array.
It behavior is quite weird as the same flow ran in the morning where I didn't change anything. 
I tried the same flow without changing the parameter value, just changed my databricks notebook in 2nd flow and 1st flow failed.
Please assist me with this.
power automate - flow1.png
parameter .png
Categories:
I have the same question (0)
  • Ellis Karim Profile Picture
    12,163 Super User 2026 Season 1 on at
     
    Thanks for the screenshots. According to the error message, the value in the From property of the Select action is null (i.e. it has no value).
     
    To help further, please show us the data (and expression, if any) that you are using in the From property of the Select action. Don't show any sensitive data.
     
    Add can add Compose and include the data before the Scope, run the flow, and examine the runtime output.
     
     
    Ellis Karim
    Ellis Karim
    elliskarim.com  |  LinkedIn  |  Bluesky
    If this solved your issue, please mark it as ✅ Accepted Answer. If it helped, feel free to give it a 🩷 Like!
  • Suggested answer
    DP_Prabh Profile Picture
    381 on at

    Cause:
    The Select action expects an array, but it received null.

    Fix:
    Use coalesce() so null becomes an empty array.

    Example:

    coalesce(body('PreviousStep'), array())
    

    This ensures Select always receives an array and prevents the error.
    I hope this works for you!

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