How to Set Custom SC TASK Variable value on RITM Approval List

SatyanarayaY
Tera Contributor

Need help in setting the first sc_task custom variable (select_approver) value as an approver before the next sctask creation via flow designer.

Appreciate the help
Thank You

2 REPLIES 2

Rishi_11
Mega Sage

Hi @SatyanarayaY ,

You will need to create a custom action for this. Just query the sc_task and set the variable with the value which you would like to fill. I would recommend to create a generic action for this which can be reused. Your action will need to have 3 inputs:

  • RITM
  • Variable
  • Variable Value

Then just write script using these values to update the value.

 

Please let know if you have any other questions.

 

Please mark this question helpful, if this resolved your query.

 

Best Regards,

Rishi.

yashkamde
Mega Sage

Hello @SatyanarayaY ,

 

as per your requirement and my understanding,

your flow should be :

 

Get Catalog Variables - select_approver > Create Task - set "Assigned To = select_approver"Wait for Condition- first task approved Create next Task

 

is this according to this or any issue you are facing??

 

If my response helped mark as helpful and accept the solution.