OrchardCMS/OrchardCore

Problem with counting in the workflow loop

Open

#6.912 aberto em 15 de ago. de 2020

Ver no GitHub
 (10 comments) (0 reactions) (0 assignees)C# (2.288 forks)batch import
good first issue

Métricas do repositório

Stars
 (6.998 stars)
Métricas de merge de PR
 (Mesclagem média 3d 21h) (126 fundiu PRs em 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

Guia do colaborador