Hi there,
I am trying to create the PowerApps sample app provided in the documentation on the Fusion Creator Dev platform.
I have created the 3 custom connectors, including ConsumerProfile calling the Consumer Profile FFDC API. Test goes well: consumer requests returns all the details of one consumer including first name, last name, dob, address, email address, phones...
On PowerApps, the datasource ConsumerProfile is present, and my screen's action is "ClearCollect(CustomerData, ConsumerProfile.consumer())" on visible. When I go to View Collections though, CustomerData only has 1 line and 3 attributes only: Text (empty), CoreIdentifications (empty) and dateOfBirth (only one filled in with correct value). Therefore, on my screen, I cannot display the firstname or lastname of the consumer as this field does not exist in the collection.
Any chance someone has an idea of the issue?