Announcements
Hi there,
i createt a flow for my Power Apps and added it to my App. First everything was fine but after i removed and added it again an Error occured.
Error Message:
The flow input and output schema cannot be represented in WADL.
I have no idea what the Problem is. Could anybody help?
Thank you
Maurice
https://powerusers.microsoft.com/t5/Building-Power-Apps/Registering-Error-when-adding-a-Flow-to-an-App/td-p/596061
See if that helps you
If you need additional help please tag me in your reply and please like my reply.If my reply provided you with a solution, pleased mark it as a solution ✔️!Best regards,Gonçalo NogueiraCheck my LinkedIn!Buy me a coffee!Check my User Group (pt-PT)!Last Post on CommunityMy website!
Thank you for your fast answer 🙂
I found this link before but it didn't help. I don't pass an Array to my Flow. I use the Power Apps V2 Input to pass only one string parameter to my flow. The Flow is using the response function to return width http.
Do you have an other Idea how to solve the problem @Nogueira1306 ?
So i found my problem.
I fetched data dynamicly from Sharepoint and interpreted it width JSON. In the JSON Schema i had the point jobtitle and it often returned null because my campony doesn't have a jobtitle for every employer. I tried to use a different method than deleting the type from the jobtitle and used array of types where i included "null".
After i removed this part i can now integrate the flow in my power app.
Have a nice day
I had same
initially, my schema was {} for a nullable field. like "field":{}
So I changed to "field":{"type":["string","null"]} because my field may accept string.
once I left just "string" it started to work for me, like "field":{"type":"string"}
Hello,
I'm facing the same issue and i tried to re-add the flow, create new flow but still not able to add the flow in powerapps.
Please, give me suggestion.
for anyone else coming here,for me it was the same error and traced back to an error in the JSON schema in a Response step.Seems like no matter what, with this error go back and review whatever you modified in relation to any JSON related step that involves a schema.
you are correct it working now
@Nishant_Agrawal
Use this to solve it:
https://powerpostal365.com/2023/10/04/how-to-handle-null-data-when-passing-json-objects-from-flow-to-powerapps/
✔ Marking my post as a solution not only confirms that your question has been answered, but also helps others find solutions to similar problems. By doing so, you'll be making a valuable contribution to the community. Best Regards Heartholme
Hii ,
I created pagination using data table with in data table. I have to implement search function with in data table. Could any body can help
I solve the problem by creating new flow and copy/paste the content from old flow to new flow in the old version of flow editor.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 254 Most Valuable Professional
Kalathiya 211 Super User 2026 Season 1
VASANTH KUMAR BALMADI 195