Building a Basic Workflow Knowledge Check Validate Your Understanding of the Building a Basic Workflow content. Question Title * What is your work email?This should be your Rewst email address Question Title * What function does a 'noop' have in a workflow? It stops the workflow to allow for user input It forces actions to run concurrently in a workflow It separates decision-making from API actions in a workflow It prevents API actions from timing out while processing incoming data Question Title * How does a 'Form Trigger' interact with forms and workflows in Rewst? It sends a notification whenever a form is submitted and uses API calls to communicate form data to the workflow. It initiates a workflow when a form is submitted and uses the populated form fields to map to workflow input variables. It stores the submitted form data for later use and emails this data to the workflow for extraction. It erases the form data after submission and uses SQL queries to fetch stored data for the workflow. Done