The PAD console will only show status as "Running" when you run your flow from the console by pressing the "Run" button. It does not reflect the status when running the flow from the cloud portal.
You can see the run status in the cloud portal though if you navigate to Monitor > Desktop flow runs:

And select the run you want to see. You will be able to see all of the actions there and see all values of your variables.
But it's not a very convenient way of checking the values, because it includes logs for every single action, so may be a bit too much. If you want to see the values of the variables after the end of your flow run to verify it was successful, I would suggest adding those variables as Output variables in PAD here:

This will make the flow return those values to your cloud flow, where you can see them in the flow run details. You can also use them as dynamic content in your cloud flow and push them to a SharePoint list, a database or whatever other means you would like to use for logging.
Alternatively, you can simply add a Write text to file action at the end of your flow and write the values to a text file, or use a Send email action and send them to yourself via email. This way you'll have them after your flow runs and will be able to verify the results.
-------------------------------------------------------------------------
If I have answered your question, please mark it as the preferred solution. If you like my response, please give it a Thumbs Up.
I also provide paid consultancy and development services using Power Automate. If you're interested, DM me and we can discuss it.