I’m trying to format a seconds value in Bubble to ensure it always displays with leading zeros for single-digit seconds (e.g., “05” instead of “5”). I’m running into issues with the formatted as text option not appearing for my calculations.
Can anyone suggest a solution to pad numbers with leading zeros or help with any workarounds? Thanks in advance.
Hello, you are trying to find Boolean Formatting. If you add < 10 at the end of the dynamic expression the whole expression will return true or false. Now you can find and add :formatted as text.