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
Solved! Go to Solution.
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
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 Nogueira
Check my LinkedIn!
Buy me a coffee!
Check my User Group (pt-PT)!
Last Post on Community
My 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"}
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
182 | |
52 | |
41 | |
36 | |
29 |
User | Count |
---|---|
242 | |
82 | |
71 | |
69 | |
66 |