Skip to content

Is it possible make value as a dynamic data like using path? #274

Open
@intermx-reddysai

Description

@intermx-reddysai

Example:

conditions: {
    all: [{
      fact: 'account-information',
      operator: 'equal',
      value: 'microsoft', // **Is it possible make this value 'microsoft' as a dynamic content?**
      path: '$.company' // access the 'company' property of "account-information"
    }]
  },
  event: {
    type: 'microsoft-christmas-pto',
    params: {
      message: 'current microsoft employee taking christmas day off'
    }
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions