Flow_0z8y9x8 which_category == "procurement" which_category == "travel" which_category == "compensation" Flow_0z8y9x8 Flow_090lxfa Flow_1k3j31g Flow_0v2e2ml Flow_090lxfa Flow_1k3j31g # Set Default Category List which_categories_list = [ { "label": "Procurement", "value": "procurement" }, { "label": "Travel", "value": "travel" } ] # Only project leads have access to Compensation if current_user["username"] in get_group_members("Leads"): lead_only_category = { "label": "Compensation", "value": "compensation" } which_categories_list.append(lead_only_category) requestor = current_user_extras["full_name"] Flow_1etakrx Flow_1n2v07t Flow_1cxxkmt Flow_0498fqn Flow_0498fqn Flow_0s5jvgp Flow_1cxxkmt Flow_1mm6uz2 Flow_1n2v07t Flow_08x110e Flow_1etakrx Flow_0v2e2ml Flow_1mm6uz2 Flow_0s5jvgp Flow_08x110e