OrchardCMS/OrchardCore

Problem with counting in the workflow loop

Open

#6 912 ouverte le 15 août 2020

Voir sur GitHub
 (10 commentaires) (0 réactions) (0 assignés)C# (2 288 forks)batch import
good first issue

Métriques du dépôt

Stars
 (6 998 stars)
Métriques de merge PR
 (Merge moyen 3j 21h) (126 PRs mergées en 30 j)

Description

Look at the pictures of my workflow and I put the data I received The number of rotations of the loop must be one less than the size of my array because I started from zero and in JavaScript the arrays start from zero, but when I The end value ="property('data').Time.length-1", my loop counts one less.

02

Guide contributeur