Page 1 of 1

Cannot Use Method Array Parameters as Dynamic

Posted: May 12th, 2022, 4:18 pm
by JefferyD
I set a method parameter as an array.
Array Parameters.png
Array Parameters.png (7.65 KiB) Viewed 1273 times
Array Parameters.png
Array Parameters.png (7.65 KiB) Viewed 1273 times

When I try to use the dynamic tab though, I cannot access the LoopNode or toggle the dynamic mode switch between XML/XSL and Loop Node. Clicking on either just focuses on EmployeeDetails instead.
Dynamic Parameters.png
Dynamic Parameters.png (13.57 KiB) Viewed 1273 times
Dynamic Parameters.png
Dynamic Parameters.png (13.57 KiB) Viewed 1273 times

Re: Cannot Use Method Array Parameters as Dynamic

Posted: May 16th, 2022, 12:08 pm
by JustinVanRegenmorter
Created task #10454 to resolve this issue.

Re: Cannot Use Method Array Parameters as Dynamic

Posted: July 13th, 2022, 4:48 pm
by JefferyD
I have encountered some more issues related to method array parameters.

Given this structure:
image.png
image.png (20.59 KiB) Viewed 1149 times
image.png
image.png (20.59 KiB) Viewed 1149 times
  1. The LoopNode input and the "XML/XSL <=> Loop Node" toggle of cannot be selected for Node1b and Node2c, but can be for Node3a:
    image.png
  2. Similarly, the "Edit Nodes As CSV" feature does not work for Node1b and Node2c, but does for Node3a:
    image.png
  3. When Node3a is in LoopNode mode, the XML for all other parameters is escaped and the called method receives the escaped XML instead of the expected value:
    image.png

Re: Cannot Use Method Array Parameters as Dynamic

Posted: June 19th, 2023, 9:05 am
by JustinVanRegenmorter
Task 10454 has been resolved in the latest version of EASYProcess.

Re: Cannot Use Method Array Parameters as Dynamic

Posted: June 19th, 2023, 9:08 am
by JustinVanRegenmorter
Task 11404 was created to fix one of these issue and a link to this forum post has been included to help resolved all the issues mentioned in the comments.