Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Extracting Recurrence trigger parameter in Interval throws exception #139

Open
chris-w-dev opened this issue Jul 8, 2023 · 0 comments · May be fixed by #140
Open

Extracting Recurrence trigger parameter in Interval throws exception #139

chris-w-dev opened this issue Jul 8, 2023 · 0 comments · May be fixed by #140

Comments

@chris-w-dev
Copy link

When extracting a Recurrence trigger with a parameter in the Interval field, an exception is thrown because the interval property is expected to be an integer and not a string.

     "parameters": {
        "RecurrenceInterval": {
          "defaultValue": 3,
          "type": "Int"
        }
      },
      "triggers": {
        "Recurrence": {
          "recurrence": {
            "frequency": "Minute",
            "interval": "@parameters('RecurrenceInterval')"
          },
          "type": "Recurrence"
        }
      }

Exception:
The input string '@parameters('RecurrenceInterval')' was not in a correct format.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant