Prompt Inputs
Describe transformation logic, validation rules, formatting, and any fallback behavior.
Include representative sample input so the generated C# can target real payload structure.
Build a production-ready GPT prompt for Power Platform connector C# scripts. The generated prompt includes a full 5-step code example and your processing rules.
Capture your value contract, describe processing behavior, and generate a reusable prompt.
1
Set incoming and outgoing values for your connector response contract.
2
Explain exactly how incoming values should be transformed before output.
3
Copy the generated prompt with a full 5-step C# baseline example built in.
Use this to generate a C# policy prompt that always includes the full 5-step structure and a built-out baseline code sample.
Describe transformation logic, validation rules, formatting, and any fallback behavior.
Include representative sample input so the generated C# can target real payload structure.