Hello im a Beginner at PowerApps, im building a Form to add Entries to a Sharepoint List. I want a Checkbox that when its checked or unchecked writes the Username and a Timestamp of the Current Date in another Input Element, that is located in another Datacard. From what i can tell i cant work with Variables because there arent unique Variables for each List Entry and it changes the Variable for all Entries? And changing the Text from the Input directly also didnt work, i tried it in the onchange of the Checkbox with:
DataCardValue29.Text = Text(Now(), "[$-en-US]yyyy-mm-dd hh:mm:ss") & " " & User().FullName;