Skip to main content

I have a WFA in our Sandbox where I have parsed details of the ticket to include the onboarding details.  Then I am using that Parse to setup a conditional, but the conditional is not working.  I have already added a note action in the WFA so I know the WFA is working up to the point of the conditional.  Any ideas?

This is the question asked during Onboarding:

 

This is the workflow (circled the conditional that is not working):
 

 

This is the initial web request that starts all this.  This is working, but I am using the Parse from this to then call upon the onboarding field in the conditional:
 

 

This is the conditional:
 

 

I have a WFA in our Sandbox where I have parsed details of the ticket to include the onboarding details.  Then I am using that Parse to setup a conditional, but the conditional is not working.  I have already added a note action in the WFA so I know the WFA is working up to the point of the conditional.  Any ideas?

This is the question asked during Onboarding:

 

This is the workflow (circled the conditional that is not working):
 

 

This is the initial web request that starts all this.  This is working, but I am using the Parse from this to then call upon the onboarding field in the conditional:
 

 

This is the conditional:
 

 

But all fields in Onboard module should be placeholders so you don’t need to use API to get them. 
What do you get when you add the placeholder from the parser into a note ?


@Daniel Söderlund In the conditional node, the Onboarding fields are not included.  This is why I needed to get it from API.

 

I added the Parse field in the note and it did not include it, so it seems to be the Parse node that is not working:

 

 

this is the parse, so it is in there???:

 


@Daniel Söderlund In the conditional node, the Onboarding fields are not included.  This is why I needed to get it from API.

 

I added the Parse field in the note and it did not include it, so it seems to be the Parse node that is not working:

 

 

this is the parse, so it is in there???:

 

In the condition node, select expression and use this

'{{onboarding_placeholder}}' == 'Yes'

You need to change the PH to the one that you can find in the PH list. Not the one you get from your parser.  
 


@Daniel Söderlund  the expression worked great!  Thanks!!!


Reply