
Hi All,
I am brand new to PowerApps. I have been trying to access data from Business Central for about a week now, and while I have been successful at creating the Custom Connector and testing it, I am unable to get access to the data at all when I try to use it in PowerApps.
The only part that shows are the Boolean value columns in the data, and they default to FALSE regardless. I have tried creating a collection and using that for a gallery. However, all the values returned are completely blank once again except for the FALSE Defaults for the Booleans. I have also tried ConnectorName.OperationID(). But it still shows no data.
Is there anything I am missing?
Thanks,
Do you have at least a parameter in the custom connector url for the company id? If you look at the standard connector that is a feature or it, you have to pick a company.
When setting up the GET url I use the whole URL minus the http:// part and I use parameters like this {companyID} in place of the guid for company ID. It will result in you having to do something like this in Powerapps:
ClearCollect(collCustomers,myCustomConnector.GetCustomerItems("1111111-aaaaaaa-22222222-bbbbb", "Production","5e201ae1-88d1-ea11-bb55-000d3a228e0e"))