How to configure onUserAction in Mobile UI Rule<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } 1. Configure a Input Form Action in the Input Form Screen on a Input. 2. Set the UserActionId for the Input Form Action. 3. Create a Mobile UI Rule with Tiggers onUserAction. 4. Set the User Action Id to the value in the step 2. 5. Set the Mobile UI Rule Action. The Action will be show above the Input Screen when we click on the Input where the Input Form Action is defined. Please refer to the screenshot. Some Tips: - The User Action is defined in the Input Form Action, not any OOB button like Submit, Save etc. - OOB example "Summarize"[Incident Summarization Action]. - It doesn't support Run Client Script and Offline mode. Please refer to the recording a simple example.