Hello Mohammad !
Thank you for posting on Microsoft Learn.
Microsoft has been rolling out updates to Prompt Flow and the underlying Azure AI Studio tooling.
In some cases, these updates can affect saved flows, especially those created before certain February/March 2025 updates.
If the .promptflow
file or node JSON was partially corrupted or not properly synced, the UI may show "blank" nodes.
If you're viewing the flow in a newer version of the studio that expects additional metadata, and your original flow didn't have it, nodes may fail to render properly.
What you can do ?
Try to inspect .promptflow/
folder and node .json
files
- Open your local or cloud project directory.
- Look inside
.promptflow/flows/<flow-name>/
or.promptflow/
folders. - Check if the
.json
files for each Python node contain the"code"
block or"source"
property.
Try to reach out to the support team by opening a ticket if your issue still persist.