Hi @user36079 I haven't came across such use case yet, but you can try nesting the second iif condition into first one. iif(
  statuscode == 'open' && status == 'option' && isPostponed == 'false',
  'newoption',
  iif(
    statuscode == 'open' && status == 'optioned' && isPostponed == 'true',
    'o...