You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@danielholgate did great work, but it is still not dynamic.
The number of sliced fields is still hardcoded (in execution) to the number of fields added hardcoded in core.sjs.
For example we have in the latest commit 10 hardcoded valuePaths, however this limits the extraction to 10 in execution. If you put in the editor nbOfValuesPath on 15 then the last 5 do not work in preview.
This should be removed because we build this dynamic. During execution this seems not to be build dynamic, so then we are stuck to 10. If you remove this entirely from core.sjs the block will not work anymore because during execution this is not build dynamically.
This code is in core.sjs. If you reduce this to 1 (so value0pathand val0 only, you will see that it is not executing for paths > 1. So the execution parts is limited to the number of hardcoded ones (in this case 10).
@danielholgate did great work, but it is still not dynamic.
The number of sliced fields is still hardcoded (in execution) to the number of fields added hardcoded in
core.sjs
.For example we have in the latest commit 10 hardcoded
valuePaths
, however this limits the extraction to 10 in execution. If you put in the editornbOfValuesPath
on 15 then the last 5 do not work in preview.This should be removed because we build this dynamic. During execution this seems not to be build dynamic, so then we are stuck to 10. If you remove this entirely from
core.sjs
the block will not work anymore because during execution this is not build dynamically.The text was updated successfully, but these errors were encountered: