I would like to add two buttons in a form. on click the two buttons must update their respective text input, I have created the same with
UpdateContext({CurrentTime: Now()});UpdateContext({ButtonClicked: true}) on the button and
If(ButtonClicked, CurrentTime, Parent.Default) on the text input
I have a similar button and text input for the end time and I have added same formula there as well but when i click on any button both the text input gets updated is there any way i can update the text input with their respective buttons