what to do when calling from the app to update my date/time ?
Could you elaborate bit more so that we can find the area for the advice to you?
Yes ! I have a contact app with phone column and a date column
When I am calling a phone number I want an action to automatically change the date to now
Very briefly.
I think you can achieve your goal. I super quickly generated a sample for you where you can examine and get the tips to learn how to set up your app.
https://www.appsheet.com/samples/Sample-App?appGuidString=5424d9f9-2737-4afe-b96b-fbc726d79d5f
The point
- Generate the “counter” which works as “event listener” to fire the change the value in the timestamp]
- Hide the system generated Phone action
- Create action to increase the value in counter field incrementally.
- Create another action to fire actions a. activate phone call + b. action to change counter value (run sequence of actions)
- Set your latest call time filed to changetimestamp, and select the trigger field as counter field
- Place action (no.4 above) as inline action attached to your phone number field.
Basically that`it.
Try.
2 Likes