create catalog task when the Account Disable Date field has a date assigned

williams2
Tera Expert

Hello, good morning, I have a new field created called Account Disable Date in a custom table, where I need that once a Request is generated, the catalog tasks are created when the Account Disable Date has a date assigned and if the date is not assigned then are not created

how can I achieve this? could someone support me?

 

williams2_0-1721670941252.png

 

3 REPLIES 3

Deepak Shaerma
Kilo Sage

Hi @williams2 

 

Simply create a flow designer and trigger when request is created, define inputs and simply create a logic that if account disable date is not empty, create a task else flow end.

Community Alums
Not applicable

How can I get the task to be created when the account disable date matches the current day?

shreedevin
Giga Guru
Giga Guru

Hi @Community Alums 

Write an on-change client script to trigger the flow once the date field is updated. No matter what date, it will trigger the flow once the form is submitted. To avoid more tasks created for every update, make the field read-only after it is updated and the form is saved.