User Activity

I want to make a flow using flow designer that If no incident was created for specific CI in the last 6 hours it will create an incident with a short description.
Hi I want a similar method as g_form.isNewRecord() to return true on the submit of a form to be used as a condition for changing a field value using:"g_form.setValue('u_customer_state', 'Assigned');" as this work everytime when i use it in the else p...