I have a Powerapps form where I want to track when an issue starts getting worked on, and again when the issue is resolved. If I can figure out how to get the "Being Worked On" status to set its date field, I should be able to repeat the process for when the issue is "resolved" So I just want to track when the "Being Worked On" status is selected by recording the date in a date picker control tied to a SharePoint date field.
I have a dropdown Control "DD_HBCorrectionStatus". When the value "Being Worked On" is selected, I want to automatically set the HB worked on Date field "HBWorkedOnDateValue" to be set for the date when the "being worked on status was selected.
I have three options for the dropdown that are coming from a sharepoint list data source, The list is "Correction Status" and the column being used is the "Name" column to hold the choice values:
Not Applicable
Being Worked On
Resolved
This is a sharepoint integration, form, not a stand alone canvas App.
For the life of me, I haven't been able to figure this out, and I know this should not be particularly difficult. This feels like it should be such a basic use case, but all the similar threads I've looked at don't quite fit this scenario.
This is the last part of the form before it will be a fully working solution. I'm just stuck on this part.
If anyone has a suggestion, I would really appreciate it.
First time using this community, so if additional info would be helpful, just let me know. Thank you.