How to create a custom message in the verify control attribute activity

Hi Guys
When I use the verify control attribute activity i get the following output message when it passes
Verification passed. The output value of ‘Exists’: ‘False’ was equal to the expected value ‘False’

and when it fails it gives the following

Verification failed. The output value of ‘Exists’: ‘True’ was not equal to the expected value ‘False’

I checked the settings and i know that {result} returns true or false but is there a way to make it return only

Verification Passed or Verification Failed

or is there a way to add a ternary operator into the outputMessageFormat activity to give it specific messages depending on whether it passed or failed?

Thanks.

2 Likes

@mhaniff,

As per my understanding we can customize it only this way. No conditions we can apply at OutputMessageFormat.

Thanks,
Ashok :slight_smile:

Okay cool, Thanks for the response :+1:

1 Like

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