Forum Discussion
I haven't considered Globals. I don't really have any experience with them, yet, but I'll take a look.
To your last point. I actually want the 2nd Step in the Sequence to be impacted by the 1st Step in the Sequence - if that makes sense? Step 1 updates the Table that determines the entities, and then Step 2 uses a unique list of entities from that Table as an Entity Filter. Problem I'm running into is that Step 2 is currently using a unique list of entities from the last time the Sequence was ran instead of what's updated from Step 1. The Filter is resolved before Step 1 of the current sequence is ever kicked off.
If I'm trying to use this list of entities as an Entity Filter on Step 2 within a Sequence would it get retrieved from Globals before or after Step 1?
Logically I would think Step 2 filters would get resolved when Step 2 is kicked off but that doesn't appear to be the case.
My experience (Entity Filter is being set under Data Units on the Step itself; I've tried both parameter and XFBR rule here):
Unique list of entities in the table before the Sequence is initiated: Entity1, Entity2, Entity5
Unique list of entities after Step 1 finishes: Entity1, Entity3, Entity5
Entity Filter that gets ran for Step 2: Entity1, Entity2, Entity5. This is where I'm getting confused. I wish it would use after Step 1 finishes.
Related Content
- 2 years ago
- 1 year ago