Controlling the visibility of a UI Action based on changes to a form field

SandaminiM
Tera Contributor

Hi Community 😊

Can I please know whether I can hide and show a button when a field is changed in a form in the Workspace view??
I have a call record form that contains some fields and the target fields are meeting_start_date and assigned_to.
I want to show a 'Reschedule' button only when any of these fields change.
The reschedule button should then save the new changes in the table like the save button.
How can I do this ?

Thanks in advance!

1 REPLY 1

Kieran Anson
Kilo Patron

Hi,

That isn't available functionality - UX actions will only appear based on the saved record values from the database - You could disable the action and have a condition within the action script to check the values on the form and return a message if your criteria isn't met