Hi,
in 2.2.3 we have added fix for incorrect value type in transformation script. If you are running older version, try to change transformation script to
Best regards,
Victor
in 2.2.3 we have added fix for incorrect value type in transformation script. If you are running older version, try to change transformation script to
Code Select
return uint64($1) * 8;
Best regards,
Victor