Hello,
currently I have the problem that I dont know how to edit the ,,issue reporting" app, so that a customer is able to add an image/screenshot, which then gets added as an attachment to the created task/issue-ticket in Planner. Here you can see what my goal is when you look at the example they presented: https://docs.microsoft.com/en-us/powerapps/teams/issue-reporting#issue-reporting-app
In the example it is shown, that one can add an image when submitting an issue through the issue reporting app. After that the thereby created issue-ticket in Planner has that added image as an attachment. How can I achieve this?
What have I tried already?

As you can see here I have added an ,,addMedia"-Button.
I saved the changes and launched them.
When I now test the issue-reporting app it looks like this:

Yes I have to fix the positioning, but the point is that I can click on the button and then I can select an image from my computer. I did that an now it looks like this:

So at first it seems to work but then when i submit the issue the created issue-ticket looks like this:

The attachments are empty 😞
I assume that I have to change the code for the Button that submits the issue so that onClick the added pictures get read out and then added to the task-attachments and or the button with which I can add the picture. The problem is that i dont know what to change in the code because I dont really understand much of the code. Maybe I dont even have to change the code and I just have to play around with some settings or data sources.
It would be amazing if someone could help me by answering and giving a step by step guide on how to edit the issue reporting app to achieve my goal 🙂