Survey with image choices

We want to create an app where the user picks 5 from the 24 given images, and the app then generates and sends a personalized report & score based on how the selections compare to pre-defined benchmarks. Could you please advise if this development platform is a good choice for this purpose, and if so, where to start with building this function?

Studio X is not an app development platform. It focuses on creating automation of your manual daily tasks. If you already had an existing app, then it should have been possible to maybe automate the tasks the app performs. You can checkout how this platform work: UiPath StudioX - Designing & Building Automation | UiPath .

Thank You.

1 Like

@App_newbie ,

A nice approach to this is combining UiPath Apps with Data Service,

  1. Create an Entity table (or many) in data service, it will allow you to map your specific parameters and also store your images.
  2. Build the app according to your needs, using your entity as the data binding
  3. work your logic to display them
  4. Have the submit button trigger an automation to generate the report and send the results.

Here a few links that may help

Using Data Context (uipath.com)
Referencing an Entity in your App (uipath.com)
Build your First App (uipath.com)

1 Like