Hi all,
I've created an integration with custom tables and am now looking at a way to automatically synchronize the integration when a new record is added in Dataverse. From what I understand I need to:
1. Create a Job Queue to run the synchronization per table
2. Create a Power Automate to create trigger the Job Queue
I cannot figure out however how to configure the Job Queue. What Codeunit should be running? Should I create a new Codeunit for the custom table that i created?
I've looked everywhere on blogs and videos (yzhums was a big help but still doesn't explain what Codeunit to run), but I still don't understand.
Hopefully some of you can help me:)