collection does not appear in data sources. ?

david folkerth 0 Reputation points
2024-09-08T13:30:00.88+00:00

When attempting to conne t a data table to new screen, the collection table created with colItems....

is unavailable.

This question is related to the following Learning Module

Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
591 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Kings UG 0 Reputation points
    2024-09-08T16:08:01.0633333+00:00

    Hi David,

    It seems like you’re encountering an issue where the collection you created with colItems is not appearing as a data source when trying to connect it to a new screen.

    In Power Apps, collections (like colItems) are used for managing temporary or local data within the app, and they are not available as data sources in Power BI or other external tools.

    To troubleshoot this issue:

    1. Verify Collection Name: Make sure that the collection name you’re using matches exactly in your app code.
    2. Check Collection Scope: Ensure that the collection is created and populated before you attempt to use it on the new screen.
    3. Refresh Data Sources: Sometimes refreshing your app or data sources can help.
    4. Consult Documentation: Review the Power Apps documentation or support resources for additional guidance on using collections.

    If you provide more details about your specific setup or any error messages, I might be able to offer more targeted advice.

    Best,
    Kings


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.