Announcements
No record found.
Hi there 👋
Thanks for your question!
If you're trying to migrate time entries from Dynamics 365 to Business Central using Power Automate, and you're not seeing the Timesheet table available, here are a few things to check:
✅ Connector Limitations
✅ Enable API Page for Timesheets
✅ Use Custom Connector (if needed)
✅ Permissions
Hope this helps! ✅ Please mark this reply as helpful if it answered your question. Best regards! 👋
timeRegistrationEntries
Hi,
The issue you're encountering is a common one when working with Power Automate and BC: not all tables are exposed by default through the standard connector. The Timesheet table is one such example, it’s not available unless explicitly published as a web service or exposed via a custom API page.
Here’s how to resolve it:
PageType = API
Time Entry Date
Resource No.
Quantity
Description
al page 50100 "Time Entry API" { PageType = API; SourceTable = "Time Entry"; APIPublisher = 'yourpublisher'; APIGroup = 'timesheet'; APIVersion = 'v1.0'; EntityName = 'timeentry'; EntitySetName = 'timeentries'; layout { area(content) { repeater(Group) { field("Entry No."; "Entry No.") { } field("Date"; "Date") { } field("Resource No."; "Resource No.") { } field("Quantity"; "Quantity") { } field("Description"; "Description") { } } } } }
Time Entry
Helpful References Create Custom APIs in BC Community Thread on Timesheet Table Access Video Guide: OData Custom Connector in Power Automate If you find this helpful, feel free to mark this as the suggested or verified answer. Cheers Jeffrey
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.
Congratulations to our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
OussamaSabbouh 2,055 Super User 2026 Season 1
YUN ZHU 1,063 Super User 2026 Season 1
Dhiren Nagar 1,014 Super User 2026 Season 1