Home > Workflow > Working with Workflows > Managing a Workflow > Data Table Names
The account from which the workflow is exported is encoded in the exported workflow.
Example:
Assume that a workflow is exported from the account DMUSER and contains the Data Source node with data MINING_DATA_BUILD.
If you import the schema into a different account, that is, an account that is not DMUSER, and try to run the workflow, then the Data Source node fails because the workflow looks for DMUSER.MINING_DATA_BUILD_V.
To resolve this issue:
Right-click the Data Source node MINING_DATA_BUILD_V and select Define Data Wizard.
A message appears indicating that DMUSER.MINING_DATA_BUILD_V does not exist in the available tables or views.
Click OK and select MINING_DATA_BUILD_V in the current account. This resolves the issue.