Hi Family,
I am trying to get this scenario in my Power App.
I have a multi text filed called Time Stamp and I want to display this field in Read only mode to Users.
I have a Drop Down Field called Status with options "Status A, Status B, Status C, Status D".
Whenever User change the Status field in forward direction like from Status A to Status B I want to add a line in Time Stamp field saying "Status changed from Status A to Status B by User Name at Now()."
Whenever User change the Status field in backward direction like from Status B to Status A I want to add a line in Time Stamp field saying "Status returned back from Status B to Status A by User Name at Now()."
Could you please help me with elaborated steps on how I can achieve this.
Thanks