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 / These "ticks" will be ...
Power Automate
Answered

These "ticks" will be my undoing lol.

(0) ShareShare
ReportReport
Posted on by 6
I am struggling with creating a repeat event flow for SharePoint calendars. Just when I figure out one thing, another issue arises. Most of them, I have been able to figure out, but I keep getting an error that the "ticks expects a parameter." I'm not sure which of the parameters it's wanting from the flow, exactly. 
 
Categories:
I have the same question (0)
  • Verified answer
    11manish Profile Picture
    3,333 on at
    The Likely Culprit: The body() Reference
    • The most common reason for this error is how you are referencing the output of the previous action.
     
    Direct Body Reference: If Add_to_time_Start is a standard "Add to time" action, referencing its body usually returns an object, not a simple string. ticks() requires a specific string format (ISO 8601).
     
    The Fix: Try using the specific output property instead of the whole body. Usually, this is outputs('Add_to_time_Start')?['body'] or simply selecting Calculated time from the Dynamic Content picker inside the ticks() parenthesis.
     
    The 'u' Format String: In your convertTimeZone function, you are using 'u' as the format. While this is a valid sortable format, ticks() sometimes struggles if the string includes certain characters or trailing offsets.
     
    The Fix: Use the standard ISO format string 'yyyy-MM-ddTHH:mm:ssZ'.

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