Hello together,
I ran into a problem when executing my WF on the Gallery. The table rendered to a .xlsx/.pdf carries different values on the Designer vs. the Gallery.
Local WF:

On Gallery:

As you can see, the values are messed up and do not show the actual value when executed on Gallery.
The input into the table tool are double values and are rounded by 0.01 (mentioning this bc. the values seem to cut off a few places and round it then).
I am doing the same thing for five other tables and they work perfectly fine, this is the only troubling one.
I know that I could change it to a string that could solve this, but I'd prefer to input it as a numerical value.
Can not add the WF in here.