Adaptive Card Error

Options

Friends, I need some help. I have developed an adaptive card for RE NXT that allows users to create a request for a new record ID creation and creates a task for our processor to create. Form looks good…but I continue to get a “web request action'” error.

376202d5be06486f3588c0c6ba9e9f23-huge-im

I believe the response card is the culprit, but I am not sure why?

522a005896c1187f5139c2bfa3b211ce-huge-im

Output looks to json and returns first and last name of requestor.

Any help would be appreciated.

Bob

Comments

  • Alex Wong
    Alex Wong Community All-Star
    Ninth Anniversary Kudos 5 PowerUp Challenge #3 Gift Management Name Dropper

    @Bob Rickards
    are you having problem displaying the adaptive card or submitting the form?

  • @Alex Wong
    I get the error after submitting. Everything on the form looks good…and we get the response email…we just get that error after submitting.

  • Alex Wong
    Alex Wong Community All-Star
    Ninth Anniversary Kudos 5 PowerUp Challenge #3 Gift Management Name Dropper

    @Bob Rickards
    your screenshot action for Response has note that say return the card definition, which is confusing me there.

    If you are responing to the submitting of the form, then submission response body should be:

    {
    "message": "Successfully deleted gift!",
    "style": "Success"
    }

    for example, this is my response to a delete gift custom action I added to delete gift record.

    see here for more info:

  • @Alex Wong Thanks Alex…as always you are very helpful.

Categories