Forum Discussion
Your research is correct, we are using setScale() with ROUND_HALF_UP.
As to the rounding behavior, web browsers seem to round up on ‘5’ in some cases as well. If you try toFixed() on the value ‘2.35’, it will return 2.4 in Chrome and FireFox. I’m not sure what causes the difference at the moment, but it might be due to the differences between using floating point numbers and BigDecimals. The BigDecimals will be more accurate in their results since floating point is more of an approximation.
- vkbeemanapalli7 years agoEmployee
Using REST snaps you can definitely connect to SharePoint both write and read files.
what type of Auth mechanism you would be using to connect to sharepoint. If it is using OAuth2 you can achieve this only via REST snaps.
Is it feasible to store temporarily 500 files daily and deleting them after processing by using REST to connect to SharePoint?