I done it multiple time, it is easy. Pls try the following:
Create the Component:
Open the Components section in Power Apps, and create a new component.
Insert a Vertical Gallery inside the component. By default, this gallery won’t have a data source.
Define Custom Input Properties for the Component:
In the component’s Properties pane, add a new custom input property of type Table. This allows the component to accept a data source passed in from the main app screen.
Example: Name the property ItemsData.
Set the Gallery’s Items Property to Use the Input Property:
Set the Items property of the gallery inside the component to the custom property you created (ItemsData).
pls let me know if you need more details.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.