web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Set an 'expression' as...
Power Automate
Answered

Set an 'expression' as default field in action of custom connector

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Scenario:

I want to pass the current time as default parameter in one of the fields of an action of my custom connector.

 

My approach:

In my swagger definition, I have the field defined as

 "startdate": {
 "type": "string",
 "description": "Start Date",
 "title": "Start Date",
 "x-ms-visibility": "",
 "default": "utcNow()"
 }

But when I use the action in a flow, the field is shown as

Capture.PNG

When the flow runs, it does not take in the expression value.

 

This is not read as an expression as opposed to when it is added manually by me, where it is displayed as

Capture.PNG

 

 

What change should I make to put expressions as default values.

 

Thanks

Thanks

Categories:
I have the same question (0)
  • Verified answer
    sandeepnmenon Profile Picture
    Microsoft Employee on at

    Expressions should be enclosed under @{}

    As given below

     "startdate": {
     "type": "string",
     "description": "Start Date",
     "title": "Start Date",
     "x-ms-visibility": "",
     "default": "@{utcNow()}"
     }

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
trice602 Profile Picture

trice602 378 Super User 2025 Season 2

#2
David_MA Profile Picture

David_MA 305 Super User 2025 Season 2

#3
Expiscornovus Profile Picture

Expiscornovus 155 Most Valuable Professional

Last 30 days Overall leaderboard