I’d like to run a new workflow against existing entries for an Umbraco Form I have. I can’t see anything in the UI to allow me to do this and wondered if anyone has done something like this before?
I’m thinking that this would be a nice idea for an extension, so putting the feelers out before I put “pen to paper” and start crafting something.
Interested in your use case here, as typically forms submissions are point in time data captures - so if you run a new workflow (even if that’s possible), the data will be stale and as @mistyn8 says, it may have GDPR implications…
The specific use case here is that we want to store the data in an external system (it’s currently being done manually) and there’s quite a lot of backlog. Rather than processing current data in one way, and new data in another the idea came about to create a workflow ( new data) and running that against the existing subs.
GDPR is a valid point, and should definitely be taken into consideration!
Could you write a backing service that takes csv?
Then you can use that for new workflow (transform the record values to csv in the worklow) , or a one time process existing entries (using the exported entries csv from the backoffice)