Forum Discussion
VeeExcelLearn
Jul 19, 2022Brass Contributor
How do I implement a Solution from github?
Hi There is a gentleman that provides some really cool solutions. Here is one of them below, looks like there is a way to download the solution but I am not sure how to enable it or just open it. It has a lot of functions in there that I would like to review and implement to my process. Can someone help if they had done this? If I cant implement it I just want to be abel to look at the process and the functions used.
Thank you kindly.
https://github.com/rdorrani/SharePoint/tree/master/ApprovalTimeline
VeeExcelLearn In the URL you provided, there are two types of files: Power automate flow export file (zip file) and JSON files for each columns in SharePoint list (like Assigned To, Approval Timeline, etc.)
Import flow: You can import the Power automate zip files directly in your environments. Follow this article: Export and import your flows across environments with packaging
JSON Formatting:
- Create mentioned column with same data type in your SharePoint list.
- Open each JSON file, copy the JSON code & paste it in Format this column option for the particular column in list.
Follow this documentation: Get started with column formatting
Tagging the author of this awesome solution: RezaDorrani. Please correct the above mentioned steps if needed.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.