-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gym management app #114
Gym management app #114
Conversation
Hi @Marvelous-O , Thank you for your contribution! With the source code in this PR I'm able to compile the solution and import it. However, to proceed I would suggest several changes:
Please update your sample and we will proceed with review and merge steps. Regards, |
updated README.md
Changed the zip solution file
…plifisco-fiscalit-locale-5c1129251c4338.4414213515446285171158.png Not used in the app, so i deleted it
Thanks a lot @Katerina-Chernevskaya for your help and instructions. Adjusted, kindly verify. Thank you |
Hi @Marvelous-O , Thank you for updates! However, there are some new errors appear:
Once you added it, you can remove the hardcoded value from the Data source tab. Also you will need to replace the hardcoded value in all controls. For fields in the forms I'm afraid only way is to remove old fields and add fields again after you update the form's source value.
Could you please check all flows to remove such issues. Because otherwise users who will follow you guide won't be able to use the flows that refer to a different fields name. Once you adjust your solution, I recommend you to test it in a new environment - import the solution and check that everything is working as expected. I'm waiting for your new PR and will proceed. If you have any questions or need support - please let me know! Rerads, |
Updated the README file to give a detailed instructions
changed the zip solution file
Hi, @Katerina-Chernevskaya so glad I was able to find the bug, found out the SharePoint connection was referencing the internal name of the columns in the SharePoint list due to how my SharePoint list column was named, there were spaces in my SharePoint column names e.g. Due Date, SharePoint referenced it as Duex0200Date, so while importing it to a new environment, the internal reference name differs from the Test Environment, SharePoint auto generates those numbers in the middle to cover up those spaces, which differs from each environment. I guess naming a SharePoint List column like this: "Due Date" isn't a good approach. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Marvelous-O ,
Thank you for sharing this cool sample! I've made some changes in the ReadMe file to align it with the template, and added the sample.json file. I'm going to merge your sample.
Thank you for your contribution!
Katerina Ch.
What's in this Pull Request?
Checklist