DEMO 4 – Become a Risk Pro
Analysis, Manuals, Reporting, File Summation, Success Cases
Access Schedule & Resource Pro Here
https://chatgpt.com/g/g-685d405c716081919227965b4d5f4979-workflow-wizard
DEMO 5 Power BI Scorecards and Power Automate AI
Using Power Automate for task automation and process improvements.
A) Retrieve your username and password from the instructor
B) Go to Microsoft Power Automate to sign into your new account.
C) If technical issues prevent you from logging in then please follow along.
D) Follow instructor guidelines in Power Automate.
CASE 2 File Tree
DEMO 5 Files Solved, Finally!
Document mapping for PC (For Mac users please see below)
Find a folder you want to analyze
Right click the folder and choose "copy as path"
Open Powershell (Windows Search: Powershell)
Type: $Path =
Then paste the path
Press enter
Now type: Tree $Path /F
Copy this.
Press enter
Paste the path
Press enter
Find your text file there.
Click here to access a sample file tree
Steps for Document Mapping on macOS:
Find the Folder You Want to Analyze in Finder
Copy the Path:
Right-click the folder and press Option + Command + C.
Open Terminal:
Open the Terminal app (you can find it by searching in Spotlight or Applications > Utilities > Terminal).
cd "File Path" then click enter
cd "Paste/your/folder/path/here"
find . -print \
| awk -F/ '{
for (i=1; i<NF; i++) printf("| ");
print "|--- " $NF
}'
then click enter
6. Save the Output to a Text File:
To save the folder tree to a text file, use the following command:
bash
Copy code
tree "$Path" > /Path/To/Save/output.txt
Replace /Path/To/Save/ with your desired file path or folder.
7. Find Your Text File:
Navigate to the specified folder in Finder to find your text file.
Click here to access a sample file tree
CASE 3 Human-In-The-Loop🚨🚧🛑
AI-Generated Scheduling
AI-Generated Risk Management
AI-Generated Budget Management
Directive: Copy-paste the following into Chat GPT and request directives as shared by the instructor.
Project Update: Development of New App Feature
Context: We are currently in month four of a six-month project timeline, with an allocated budget of $120,000 for the development of a critical new feature in our application.
Financial and Progress Overview:
Actual Expenditure to Date: $80,000
Anticipated Expenditure at this Stage: $60,000
Value of Work Completed: $50,000
Primary Challenge: Integration Testing Phase
Directive: Shared during course
Expectation: Shared during course
Instructor will guide you on correct approaches