Hello Community,
I'm currently working on integrating an AI Builder model into my Power Automate flow and am attempting to utilize a dynamic model ID as outlined in the Use of Dynamic Model ID (Advanced) section of the Microsoft documentation (https://learn.microsoft.com/en-us/ai-builder/predict-action-pwr-automate#use-a-dynamic-model-id-advanced).
I've been following the instructions for extracting the model ID from the model's detail page URL on Power Apps, which typically looks like this: make.powerapps.com/environment/[environment id]/aibuilder/models/[model id]. I've extracted my environment ID and model ID and set them as strings in my flow configuration.
However, I'm encountering an issue where the flow does not seem to recognize or properly utilize the model ID I've specified. I've double-checked to ensure that the model ID corresponds exactly to the one in the URL (e.g., 'abc123def456'), but the issue persists.

Any advice, insights, or suggestions would be greatly appreciated. If more details about my flow configuration are needed to provide assistance, I'm happy to provide them.
Thank you in advance for your help!