Hi,
Currently I'm trying to import a cloud flow from one environment to another environment in a different tenant. This is done by exporting the process from the first environment and importing the zip file to the second environment in a different tenant.
The cloud flow involves actions to read and write data to and from a Dataverse table but while importing the flow facing the following issue:

From the error message it looks like it is looking for a Dataverse table with a specific name however, each table created has a unique name and we will not be able to create another dataverse table with the name 'crf1c_globalvariables'. Since Power Automate assigns a unique prefix to a dataverse table, even if we were to create another one with the same name a different and unique prefix is assigned to the table in the new environment.

This is true even when we are trying to import a dataverse table from one environment to another

Can someone help us with this issue and guide us on how to configure the Dataverse table in order to make it importable.
Thanks