Flow_1q8xtg6
SR-User_Info
Flow_05s4pvl
Flow_08nmyrt
Flow_0ltzuow
Flow_1mplhly
Flow_06rpl7o
Flow_0i96b90
Flow_0d47w7r
not(isCurrentUser)
Flow_0d47w7r
Flow_0i96b90
Flow_1gd83n0
Flow_1q8xtg6
Flow_05s4pvl
# If not previously set, set find_user to current_user
try:
find_user
except NameError:
find_user = current_user["username"]
isCurrentUser = True
# Check if find_user has a Status email
is_status_email = (find_user[-9:] == "status.im")
Flow_08nmyrt
Flow_0sypyzb
Flow_1mplhly
not(is_status_email)
Flow_1gd83n0
Flow_0ltzuow
# Delete Variables that do not need to be used later
del(isCurrentUser)
del(find_user)
get_employee_id = userBambooId
external_data_task_name = "Process Start"
Flow_0sypyzb
Flow_06rpl7o