Invocable Action for Full Recalc via MDT (Fire Scheduled One-Off Jobs) #192
dschibster
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
@dschibster I think that sounds great - one piece of feedback, though, is that I think it makes more sense to pass in a comma delimited string, or a text collection, so that you can query for multiple Rollup__mdt at a time. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I can also create another InvocationPoint enum for you in this version ( |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @jamessimone!
I have been noticing a pattern as of late - namely, maybe you've seen it yourself, most of my issues arose from use cases where I use Scheduled Flows in Combination with the REFRESH context.
I think it's a great idea to leave the option, however I have also run into issues with this approach solely due to the fact that the input that Rollup supports runs into the maximum string length of a Flow (600k).
I was wondering if it might instead make sense to give users to option to not have to query data outside of a Scheduled Flow's built-in feature (which gives it batch-job-like features to be fair, but you're right that it consumes a lot of flow interviews) but instead create a Scheduled Flow that fires an Invocable Action with the DeveloperName of the Rollup__mdt record you want to run, and have the rest be done by the FullRecalcProcessor like in the App.
Does this sound like a good idea? I'd probably try to make a fork and create the Action myself if you think it's sensible.
Beta Was this translation helpful? Give feedback.
All reactions