Hello, was there a recent update to flows? I have a flow that takes a number column on sharepoint that always displays 5 decimals, example 19.00189 it then composes to add .00001 and replace the number. As well as place that number in a single line column on sharepoint. The number column displays 5 decimals so that when a number rolls over to 19.00190 it displays as just that rather then 19.0019. this was working just fine and when my flow put that number in the single line column it would display exactly like the number column it is taking it from. But starting about 5 days ago it is now displaying as 19.0019 when the number column still displays 19.00190. I cannot figure out why this changed all of a sudden and connot find a solution for this.
The Below gets the single item (the number column entry) for the ID counter list. Then takes that item and applies the compose and updates the ID counter with the new number. This still displays correctly.
The below updates the other list with then newly composed number. Now displaying incorrectly. I originaly had it updating using the dynamic text from the compose output, changed it to just use the Current id from ID counter list as it should work either way. Both way display incorrectly.
I generate the number using a variety of different methods and the trailing number is always shown in the number column as its settings tell it to always have 5 decimals. So that doesnt seem to be an issue. I believe the issue occurs when the flow does the action to update the single line column (Tracker) using the dynamic content of the number column (ID Counter). Before when it did this is would copy the text exactly as it was displayed. It seems the flow is now removing the trailing zeros before writting it.
I understand what you are saying now and I dont see why this wouldn't suffice as a work around. Ill try it out and get back to you.
Edit: Actually multiplying the number wouldn't work nor is it needed. I can just have the number field maintain a whole number and interject the decimal once written to the single line column as you suggested.
So I was thinking that I could use the Replace function to replace only the third digit in the number, but then I relized that this is something I have been doing with the PowerApps functions not Flows. Is there a function I can use to achieve this?
So this is still an issue. My original design was simple and worked well. Attempting to do it the other way requires me to remove the comas from the whole number, which is fine. But then I am facing the issue that I am un-able to find a function that is capable of inserting a new character in the middle of my text so that I may have it display 19-00190 rather then 1900190. I just really wish there was an explanaintion as to why the trailing zeroes are being removed when updating a single line of text column. It did not do this before, and it was perfect.
Does anyone have any insight on this? It is stil an issue.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
22 | |
21 | |
9 | |
8 | |
7 |
User | Count |
---|---|
33 | |
31 | |
24 | |
21 | |
11 |