create catalog task when the Account Disable Date field has a date assigned
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2024 10:56 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2024 12:41 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2024 01:41 PM
How can I get the task to be created when the account disable date matches the current day?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2024 03:05 PM
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.