Need help using pabbly workflow and changing a value if and when

Status: Open · Asked by Youkot on · 0 views

Youkot — Question ·

Hello Team,
I have a pabbly workflow (Docparser-Serve Manager)
where I get the court id (Step 4) and
if the court id is in this list for example in 292657, 292659 (could be more but for now lets start with 2)
and client job number has SCA or REVIVAL (Step 1 column combined) then the Document Title should be appended (Step 11) , AND CIVIL ADVISEMENT at the end.

so lets say court id is 292657 and client job number has SCA then
my Document Title should be SUMMONS, COMPLAINT UNDER SIMPLIFIED CIVIL PROCEDURE, ANSWER UNDER SIMPLIFIED CIVIL PROCEDURE (INCLUDING COUNTERCLAIM(S) AND CROSS CLAIM(S) , AND CIVIL ADVISEMENT

if court id is not in 292657, 292659 and and client job number has SCA then
my Document Title should be SUMMONS, COMPLAINT UNDER SIMPLIFIED CIVIL PROCEDURE, ANSWER UNDER SIMPLIFIED CIVIL PROCEDURE (INCLUDING COUNTERCLAIM(S) AND CROSS CLAIM(S

Any help is much appreciated!!!

Arshil Ahmad — Reply ·

Hi @Youkot,

Could you please specify in which step you receive the entire list where we are supposed to check the court ID captured in step 4?

Youkot — Reply ·

I dont have the list now but we can create a if clause with 292657 of292659

if court id in (292657, 292659) and client job number has "SCA"
then
update

Arshil Ahmad — Reply ·
https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTZhMDYzZjA0M2M1MjY5NTUzMTUxMzQi_pc
We have added a Router step to this workflow with the relevant filter conditions as per your requirement. You can add a Router to your workflow in a similar manner and then add all the relevant steps in both routes.

Additionally, we have added a Text Formatter as step 13 of the workflow, which will serve as a repository for your list, since you didn’t mention the list being present in any step.

Back to all forum threads · Log in to reply