Hey Allan, how’s it going?
What would be the approach towards a solution that creates pre-populated form items for a user to review? (self hosted v.1.5.11.123)
What I currently have, is a nodejs agent that listens to new emails. Emails that pass through the filter, get parsed for some json output.This json output needs to be reviewed by a person, before being processed further by some automation.
This sounds like a good opportunity to use the forms available in Opencore, but I cannot figure how to create multiple pre-populated forms and assign them to opencore users.
I’ve seen that currently you can have nodered spawn a form with workflow in
node, but this requires a person to go to Form Workflows and start the process. Whereas these forms should be created dynamically for the user, and the user just reviews and decides what to do with the item.
Any hints would be greatly appreciated, thank you!