Hi,
Tried to find the answer, but failed. Been struggling with this all day (first time building an app so bear with me)
I’ve got a physical activity tracking window with a Text Input field that shows acitivity minutes added to a particular date and + and - icons (not buttons) which user presses to add/subtract 5 min increments.
I’ve set up the physical database with fields below
In data entry window, I need the user to keep pressing + icon, which ads 5 minute increments until the required amount is shown in Text Input field (sums the minutes that are allocated to a particular day based on date selected in date picker).
The Create action is set up as this:
So far I’ve managed to enable the button to add the first 5 minutes.
I’ve added the “update” action to the same icon but it’s not working. Set up below.
As for advanced settings for update record section I’ve tried to change to different options - nothing worked.
What I am doing wrong?
I also tried to use the change visibility method for the icon, to set up one for ‘create’ and one for ‘update’ actions. But when I try to set up the ‘update’ action icon I only see ‘Logged in user’ selection (screenshot below).
Why am I not seeing the update action on the second button? I am only able to see it if the icon has create action already but that beats the purpose as I dont want to keep creating new records right?
Thanks for your help and sorry for the long read!
Tercas