initial release of Power App Template using reusable components#126
initial release of Power App Template using reusable components#126Katerina-Chernevskaya merged 4 commits intopnp:mainfrom
Conversation
vipulj03
commented
Feb 23, 2025
- Bug fix?
- New sample?
- Related issues: fixes #X, partially #Y, mentioned in #Z
- Needs API permissions?
- Has other prerequisites? (E.g. requires a list, document library, etc.)
- My pull request affects only ONE sample.
- I have updated the README file.
- My README has at least one static high-resolution screenshot (i.e. not a GIF)
- My README contains complete setup instructions, including pre-requisites and permissions required
|
Hi @vipulj03, Thank you for your sample! Great work! If you will have any questions on this update - feel free to ping me. Thank you! Best regards, |
Implemented connection with the data source via environment variable.
|
Implemented connection with the data source via environment variable. |
Katerina-Chernevskaya
left a comment
There was a problem hiding this comment.
Hi @vipulj03 ,
Thank you for adding environment variables! Now I'm going to merge your sample. Great work!
For the future improvements I would suggest you to do not hard code values in the code. You can dynamically pull required information from the data source. For this particular sample, you can pull ScreenValue from the SharePoint list rather than harcoded values:

Thank you for sharing this sample!
Regards,
Katerina Ch.
initial release of Power App Template using reusable components