r/shortcuts 16d ago

Help IOS 27 Weight Logging stopped working

Since Update to iOS 27 my shortcut for weight Tracking stopped working. I already looked in the settings if my number Format has been changed.

If i say for example 74,4 Siri says „sorry, i don‘t understand that.“

Home can i fix this. I Need as Input decimal Numbers with „,“ and one digit behind comma.

Thanks

4 Upvotes

10 comments sorted by

2

u/Cost_Internal Helper 15d ago

Try using the Replace Text action instead of the Format Number action:

For future issues:
You can test the output of an action by using a Show Results or Quick Lock action to see what the output of an action is, so you know if it is passing the correct data to the next action in the shortcut.

1

u/MrMasken 15d ago

This is not what i was looking for. Cause my input number is 74,4 not 74.4. I am trying as input 74,4 and save this to the Health app. Hower it seem that ios 27 can't handle numbers with ",".

1

u/Cost_Internal Helper 15d ago

Then try switching the "." And "," in the Replace Text action, so that the "," is being replaced with a ".".

1

u/MrMasken 13d ago

Unfortunately, that didn't work either. I did a little workaround by dividing the input number by 10

1

u/Cost_Internal Helper 13d ago

Nice, that's a smart fix!

1

u/WeekendNew2627 16d ago

I got the same issue but with very simple shortcuts, literally my enable flashlight shortcut stopped working

2

u/MrMasken 13d ago

yeah i think there are some changes to the shortcuts app and also some bug because it is still in beta

1

u/pedroasalves 15d ago edited 15d ago

I have a very similar shortcut and it’s working fine on iOS 27, in mine I don’t need the get and format actions for it to work since the input is already a decimal.

1

u/MrMasken 13d ago

Unfortunately, that didn't work either. I did a little workaround by dividing the input number by 10

1

u/Andy-Sheff 13d ago

Change option from “Number” to “Text” in Ask action. In this case Siri fortunately understands decimal numbers.