Hi,
Creating my 1st bot and attempting to integrate with a new flow
All are strings
Error message when I test the bot inside the edit screen is
failed to run with response code ‘BadRequest’, error code: TriggerInputSchemaMismatch.
Thanks in advance for any assistance
Todd
Is it possible that some of the fields are optional? If so, when the user does not give an input for these values, the variable remains empty and the flow power automate expects a value (even if you have configured the value as optional on the power automate side).
The trick is to have a condition in Power Virtual Agent which will evaluate the value of these variables and replace them with something if isBlank (0, NA, nihil, no value, etc).
I hope it helps!
Kr,
I've not seen this before. Have you tried the "refresh" option on the flow action in the Power Virtual Agents UI so it can resync the called flow? Is there any additional error information provided? Note that the only tickets I've seen with this error seem to indicate one of the fields was supposed to be a string, but was instead actually empty/a null and it was causing the error.