Hi WF Community, How can we avoid performing the same operation twice and prevent sending duplicate emails to the user in our Workfront scenario?
Views
Replies
Total Likes
Hi there,
there are number of ways to do this. But my first observation is that your scenario simply generates 2 bundles of data and this is not a flaw in itself.
1. Think of additional filtering on trigger module to only process e.g. latest result
2. setup a filter somewhere later in the scenario once you have enough data to evaluate if you want to process all bundles
3. build a data store for all resulting data and only process the latest data from it on set cadence
Depending on goals and capabilities this will be smaller or larger effort
Good luck
Hi @Rafal_Bainie thank you for the response, How do we setup a data store and process the latest data on set cadence?
Views
Replies
Total Likes
Not so sure with the filtering since this is my first 2 modules here and there is no filter setup in between them. You can also see that the second module generates 2 bundles, and I think that is the start of the double bundle process.
Views
Replies
Total Likes
Hi @A_EN
Can you share what you see in the operations bubble on the first module?
A Watch field may receive multiple bundles (but on that module it would show as one operation)
Hi @Sven-atClient , thank you for your response, here's my 1st module. This is actually my trigger functioning as watch field for status change.
Views
Replies
Total Likes
Hi @A_EN - sorry: you sent the module definition.
I meant the little white bubble with a 1 in it
As for the data store - in Fusion, you'll want a module to save the incoming row - add a DataStore Module, define the structure. Then you'd move the rest of the scenario to a new scenario where you'd start by pulling up the data store records, determining which to process, process them, then remove the records.
Views
Replies
Total Likes
Hi @Sven-atClient, Here it is. I was trying to figure out this issue by myself, but it gives me so much headache.
Views
Replies
Total Likes
Views
Likes
Replies