Built a flow to grab the base pay, current fte and new fte. I am trying to get the bot to calculate a new pay per new FTE.
I am initializing all variables as integer and its telling me that the Current FT Variable of Type Integer cannot be updated with a value of Float? Can someone help me resolve this?>
Calculation expression:
I figured this out, I changed all my initialize variable to float. Then the Return Values to PVA had a number return type. I changed it to Text. Once I changed all of these everything worked just like planned.