Hi,
I am working on a flow to gather information from API and load it to the database.
However, while getting the response from the API call, one of the property names is variable per account.
Then the schema I am getting from the API call is like this:

The property "12305" from the response varies from account to account. And I need to go through all accounts in one run.
Unfortunately, it is not possible to add variable content to the Schema value of the Parse JSON action.
Does anyone know the solution for that, please?