
Hi, im making a http request in order to get a token. I would like to know if exist any way to hide this information to any user with access to the flow, thanks.
You can secure the input or output parameters of the http action which we mask the values to users when someone view the run history of the flow. In the below example, I have masked both input & output parameters:
Click on ellipses menu (...) on the top extreme right side of http action and select "Settings" from the sub menu:
Next, based on your need you can toggle the setting to mask input/output parameters:
If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.
Thanks