but i do with:
AzureAIFoundryInference.ChatCompletion(
The Core Problem
-
The API requires a standard
contentarray:[{ "type": "text", "text": "..." }]. This structure works perfectly in the Power Automate version of this connector. -
However, using this correct structure in Power Apps throws a validation error:
Missing column 'messages.content.Value'. -
If we modify the formula to satisfy this error by adding a
Valuecolumn, the connector generates an incorrect JSON payload, wrapping the content inside an extra"Value": [...]layer. -
The API then correctly rejects this malformed request, making a successful call from Power Apps impossible.

Report
All responses (
Answers (