You could create a JSON string with all those values in it, and then use Convert JSON to custom object to generate a custom object. Assuming it is stored as %JsonAsCustomObject%, you can then get a value based on a property name as %JsonAsCustomObject['Name']% - so, for example %JsonAsCustomObject['Status']%.
You could then use these without really initializing individual variables. You can both read from and write to an object using the same syntax.
-------------------------------------------------------------------------
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.