Survey with image choices

@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