How to add conditions in Flow designer
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2022 12:47 AM
Need to delete records from sysrule_assignment table which is defined on certain conditions. Now i am using flow designer to trigger these deletions. How can i define the conditions defined in Assignment rules table to the flow so i can trigger the required deletion
i need to delete the below assignment rule from the sysrule_assignment table
Labels:
- Labels:
-
flow designer
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2022 12:25 AM
I would instead have the catalog item use a reference variable that points to the sysrule_assignment table, and delete the record selected directly instead of querying on the conditions field.