Hi,
I've been trying to use Microsoft Flow to automate some things between Business Central and Outlook here in our company. With the available tables, I'v been succesfully able to do what I want, but using another Table.
Here's the deal : Microsoft Flow gives me a choice of only 10 Tables to chose from (while creating a trigger), with an option to enter a custom value ( And there are WAY MORE than 10 table in Business Cental ):

Let's say I try to automate things with the items table (either with outlook, some PowerApp, etc), everything works as expected and I'm able to read/write items in the required Business Central company.
That being said, the problem here is that I'm not able to use other Tables / I don't have required table names. Even though I am able to interact with the items table, I actually want to interact with jobs within Business Central. I tried to type "job", "jobs" and others similar as a custom value, but Microsoft Flow will only give me a "NowFound" error.
Here's an exemble I tried, with "jobPlanningLines" as custom value.
{
"status": 404,
"message": "Entity set not found: jobPlanningLines\r\nclientRequestId: f01099c0-0ee2-4235-ae09-780b1e9df482",
"source": "dynamicssmbsaas-ce.azconn-ce.p.azurewebsites.net"
}
So, is there a specific way to have acces (within Microsoft Flow) to other Business Central tables other than the 10 already listed. If so, what would be the real names of those table (so I could use them as "custom value")?
Thank you very much!