Hi Folks,
I have created a custom API using AZ AL wizard, and it created the API successfully for me. I have created and published my app and can see that in the Installed extentions, Thanks to the community here.
The problem now I am trying to solve is why the table is not being displayed. The API can be seen through the power Automate and can be selected, but the table section is blank.
Please see the power automate screen shot. I have also attached my AL code in notepad. Am i missing something very basic I am not sure.
Any guidance would be appreciated please.
page 50149 APIAssemblyOrders
{
APIGroup = 'AssemblyOrders';
APIPublisher = 'BusinessHub';
APIVersion = 'v1.0';
ApplicationArea = All;
Caption = 'apiAssemblyOrders';
DelayedInsert = true;
EntityName = 'Assembly';
EntitySetName = 'Assemblies';
PageType = API;
SourceTable = "Assembly Header";