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:
- Verify Collection Name: Make sure that the collection name you’re using matches exactly in your app code.
- Check Collection Scope: Ensure that the collection is created and populated before you attempt to use it on the new screen.
- Refresh Data Sources: Sometimes refreshing your app or data sources can help.
- 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