Notifications
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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
OussamaSabbouh 3,143
Jainam M. Kothari 1,694 Super User 2025 Season 2
YUN ZHU 1,067 Super User 2025 Season 2