Cannot create Actions with linked objects for Relationship type Bionic rules
While trying to recreate a few custom rules as bionic rules, we've found a limitation in bionic rules.
Currently, there is a limitation where we cannot create actions with linked objects from Relationship level bionic rules, within a single data fetch.
There's a way to do it, but it requires a secondary data fetch and performing the steps below:
1. We need to create another Dataset Fetch task and then perform a Merge with the existing task.
2. In the Merge task apply same filter criteria as configured in the Relationship configuration and retain only the matching records from both the datasets.
I'm wondering if there's any plan on making this doable within a single fetch? It seems like we were able to accomplish this in custom rules, before grabbing two data sets was possible?
Currently, there is a limitation where we cannot create actions with linked objects from Relationship level bionic rules, within a single data fetch.
There's a way to do it, but it requires a secondary data fetch and performing the steps below:
1. We need to create another Dataset Fetch task and then perform a Merge with the existing task.
2. In the Merge task apply same filter criteria as configured in the Relationship configuration and retain only the matching records from both the datasets.
I'm wondering if there's any plan on making this doable within a single fetch? It seems like we were able to accomplish this in custom rules, before grabbing two data sets was possible?