Looping over records in a workflow

Does anyone have a workflow example of looping over records with a certain attribute and sending each one an email? The search records actions is stuck at limit=1 for me ... Do i need to use JS for this purpose?
4 Replies
Jörg
Jörg3mo ago
Yeah as far as I know, you cannot use workflows for this. One thing that you might consider is exporting all the data, doing the change with Excel, and then uploading the dataset again. What also works is to write an external client that uses the API I presume
[S05] Sterb4
[S05] Sterb43mo ago
It's planned for next release, an unstable implementation is already available behind a feature flag
ɃØĦɆᵾS
ɃØĦɆᵾS3mo ago
There is no unstable implementation, only placeholders in front as of now, there's a high chance that they may be released in 1.7 in the beginning of October but if not, they should be released in 1.8 in later October
Kasper Alfarnes
Kasper AlfarnesOP2mo ago
Amazing. Thanks for the clarification :)

Did you find this page helpful?