Legacy Dev Forum Posts

 View Only

Sign Up

  • 1.  Data Actions not working

    Posted 06-05-2025 18:43

    Robert_Rainey | 2022-06-13 19:23:31 UTC | #1

    I am having an issue getting a Data action to work

    This is the raw response I get from the tesrt API https://condnt-cndteb-dt2.pegacloud.net/prweb/PRRestService/EBSCTI/v1/EBCTIAuthRqst/5543798367/801985029/03032005/9976856820 { "EBCTIAuthResp": { "Status": "Success", "InteractionID": "I-35370", "UserVerified": "Yes", "BeneID": "1639870710213", "CaseID": "CASECC2010", "ContactId": "9976856820" } }

    When I remove the hardcoded items - 5543798367/801985029/03032005/9976856820 and try to have them added via contracts the response is the following:

    { "EBCTIAuthResp": { "Status": "Failure", "InteractionID": "", "UserVerified": "", "BeneID": "", "CaseID": "", "ContactId": "" } }

    Anyone have an idea, why I cannot add the hardcode items via contracts?


    Jason_Mathison | 2022-06-13 20:00:16 UTC | #2

    Hi Robert,

    Can you post an export of your action (redacting anything sensitive) so we can see what you are trying to do?

    --Jason


    Robert_Rainey | 2022-06-14 12:14:02 UTC | #3

    Jason,

    This is the result (response) from the the API (All test data)

    { "EBCTIAuthResp": { "Status": "Success", "InteractionID": "I-35370", "UserVerified": "Yes", "BeneID": "1639870710213", "CaseID": "CASECC2010", "ContactId": "9976856820" } }

    Thanks.


    Jason_Mathison | 2022-06-14 12:31:18 UTC | #4

    Morning Robert,

    From the summary page for your action can you hit the "export" button, make sure there is nothing sensitive in the file, and then post it? Alternatively, can you post your template map and response body template along with what your intended output should be?

    Right now I don't know how you are trying to manipulate the response, so I have no way to give you any suggestions.

    --Jason


    system | 2022-07-15 12:32:08 UTC | #5

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 15131