How to store fraction number in data item after reading through "Read" action.
Hi,I have a bot which reads fraction numbers like 0/1 or 0/6 or 1/6 or 0/0.When I read this and store it in a data item then it gives error because data item can read only numbers, text but not fractions. Can you please suggest how do I store fracti...