Reputation: 31
I have create a power automate flow which reads mail and write the extracted information from mail to excel sheet hosted in share-point. Everytime power automate runs it capture all information at server level and same can be downloaded in .csv file.
Can anyone help me how I can stop power automate to capture the information read from mails in run history logs?
Is there any configuration which can help me to configure what information power automate should persist in log?
Upvotes: 0
Views: 1125
Reputation: 12111
In your flow step that reads the email, go to Settings and enable Secure Outputs. This will then hide/obscure the data in the flow run. You may also need to do this for subsequent variables/outputs steps depending on your flow. Have a look at: https://sharepains.com/2020/01/30/secure-input-output-flows-power-automate/
Upvotes: 2