This directory contains 12 workflows.
The workflows in this workflow group create a complete, deployable application for collecting and analyzing user feedback. - The data collection is […]
This workflow builds a one page data app containing a form that collects user information and feedback. The data are then sent to a workflow service that […]
This workflow reads the feedback collected via a user form during the previous days. It calculates the sentiment of the new feedback and adds it to the […]
This workflow reads - The new feedback and its calculated sentiment. - The list of user who opted-out of receiving emails and generates a recap report […]
There has been no description set for this workflow's metadata.
This workflow receives a form entry by the 01.Form workflow and appends it to the form.csv file. Possible errors are handled by a Try-Catch block: in case […]