Change Form Button Name at Run Time or Set Button Visibility
Is there anyway to change a form button's name at runtime?
I have a workflow where when creating a new Incident I want their to be a "Next" button. However if the user comes in to edit an existing incident I want that button to say "Save" Just trying to avoid have to create the form and some of its logic twice just to have different buttons.
If someone has a different idea I am all ears.
0
-
Figured this one out now.
Can be accessed by
=$formName.actor.form.elements.footer.items[#].label.markdown
0
Please sign in to leave a comment.
Comments
1 comment