
Announcements
Power Automate Flow Setup:
Step 1: Trigger the Flow from Power Apps
PowerApps trigger in Power Automate."Ask in PowerApps" function to accept inputs like the project name, SOP, and scope from Power Apps.Step 2: Copy the Excel File to a New Folder
[ProjectName] + "_" + [Today's Date]
Example: Nome do projeto_2024-09-26.xlsxStep 3: Check if the File Exists
Step 4: Update Excel File (with Project Name, SOP, and Scope)
Step 5: Pass Data Back to Power Apps
Back in Power Apps:
PowerApps function to trigger the flow, passing in the inputs (e.g., "Nome do projeto", SOP, and scope).