OrchardCMS/OrchardCore

Problem with counting in the workflow loop

Open

#6,912 opened on Aug 15, 2020

View on GitHub
 (10 comments) (0 reactions) (0 assignees)C# (2,288 forks)batch import
good first issue

Repository metrics

Stars
 (6,998 stars)
PR merge metrics
 (Avg merge 3d 21h) (126 merged PRs in 30d)

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

Contributor guide