Hi,
Case:
According to business requirement, we need to create a Canvas PowerApp in which, users/customer raised their request/problem/cases for any problem regarding our products/items. Our executive needs to analyze that and need to go on customers place and need to register and complain regarding same.
How to Executive Register complain:
Executive will have an Canvas PowerApp through which he/she will select category of product, in a comment box he write comments related to same and a camera icon by clicking on which its opening camera(taken this from media) through which he/she will click picture of defective/problematic product.
PowerApps which is created for it:
I have created an Canvas PowerApp for it in which I am having two screens.
On screen1 I have populated case entity using common data service(entity taken from Dynamics365). By clicking on following case a Screen2 should be open on which, we are having a Drop Down list to select product category, a text input field as comment box and a camera icon(taken from media) to capture image of product and a submit button to complete send following things in the record of entity in Dynamics365.
I have also Imported/added this PowerApp in a field(non empty field) of case entity.
I am able to store product type and comments in case entity of D365, for this I have used MS Flow in PowerApps.
Challenge/Problem: How to click image/picture from camera icon and how send it in record of entity in Dynamic365(CRM)? Do I need to store this image in somewhere in PowerApps or we can directly send it?
Note: For the better understanding of my scenario I am attaching picture of my PowerApp.