
Why do I see the same workflow ID in two different URLs?
https://<envId>.environment.api.powerplatform.com/.../workflows/{workflowId}/triggers/manual/paths/invoke?...
But when my client calls it, the response headers reference a Logic Apps host like:
https://prod-xxx.<region>.logic.azure.com/.../workflows/{workflowId}/triggers/manual/paths/invoke?..
Both contain the **same {workflowId}. How this possible? Where can I check the mapping ? Please explain in detail.