I am new to PowerApps and understood that Gallery is used to show list of records from collection. And for these collection one can choose from the predefined template (and template can be modifed with additional controls)
The individual controls can be made hidden or visible depending on items property value ( for eq. Status / Category).
(The collection of control is treated as data card - in case of Edit Form, per field there is datacard)
Would it be possible that, I can have different template ( data card) for Gallary depending on the items specific property.
For eq.
If Status is "completed", then i can use data card(template) which is template1.
If Status is "pending" then I can use data card(template) which is template2.
(Something like in WCF , we have can have different template for one list view component and depending on items type specific template get used for displaying data).