Hi,
Can you share the output of the two flows trigger action?
Is there a version control on the file ?
1. Enable Debug Mode
To enable debug mode in Power Automate Flow, follow these steps:
In the Flow designer, click on the “…” (ellipsis) button in the toolbar.
Select “Settings” from the dropdown menu.
Toggle the “Debug” switch to the “On” position.
Save your flow.
Now you can run your flow in debug mode by clicking the “Test” button and selecting “Test (debug mode)”.
Pro-tip: While debugging, make use of the “Inspect” feature to view the inputs and outputs of each action, making it easier to identify and resolve any issues.
2. Add a Debug Action
To add a debug action in Power Automate Flow, follow these steps:
Open your Flow in the Power Automate designer.
Select the desired action or step where you would like to add the debug action.
Click on the “Add an action” button.
In the search bar, type “debug” and select the “Add a debug action” option.
Configure the debug action by setting the necessary inputs or variables.
Save and test your Flow to trigger the debug action.
Check the debug output and logs to analyze the data and identify any issues or errors.
By adding a debug action, you can gain insights into the execution of your Flow, monitor the values of variables, and troubleshoot any problems that may occur during its execution.
3. Use the Run History
Using the run history in Power Automate Flow is a valuable tool for debugging and troubleshooting. Here are the steps to effectively utilize the run history:
Open Power Automate and navigate to the flow you want to debug.
Select the “Run history” tab to view a list of previous flow runs.
Click on a specific run to access detailed information, including input and output data for each step.
Review the run history to identify any errors or unexpected behavior.
Use the information from the run history to help diagnose and fix issues in your flow.
True story: During a recent project, I encountered an issue with a Power Automate Flow. By using the run history, I was able to pinpoint the exact step where the error occurred and quickly resolve it. This saved me valuable time and ensured that the flow ran smoothly without any further issues.
3. Use the Run History
Gill