Recreate Design

image

Is there any way i can implement that tooltip, the time interval thing based on 2 dates?

1 Like

Yea hereā€™s something that worked for me:

1 Like

jeez the expression, itā€™s doable but will take a lot of time and will make huge impact on workflow cost. Iā€™m gonna skip it for now thankyou for the tutorial

1 Like

Yea the workflows are gonna ramp up on this

I havenā€™t used this but you can try: Timer / Stopwatch / Countdown Plugin | Bubble

I think youā€™re misunderstanding the nature of Workflow Cost (not a single thing in that tutorial will have any WU cost at all)

1 Like

+1 @adamhholmes. Having multiple topltips as such or many processes running in the background still has no impact and creating a tooltip as above or many of those still will not have ANY impact on WUsā€¦

Well none of that has anything to do with your question, nor with adding a countdown timer.

The method described in the video is the standard ā€˜Bubbleā€™ way to make a timer, and is the same method as doing it in code (the various plugins just do the exact same thing using javascript).

In either case, there are no WU costs associated with running a timer, nor generating tooltips.

Now that you mention it, I realize the reason the ā€œdo every secondā€ action is consuming WU (Work Unit) cost is probably because I use that workflow for fetching data. I initially thought that the action itself was always consuming WU, but it turns out the data fetching is the actual cause. Thank you for pointing that out.

I apologize for any misdirection or wrong statement I got misunderstood.

1 Like

For sureā€¦ if youā€™re querying the database (with a new query) every second, then of course that will eat up WU.

This topic was automatically closed after 70 days. New replies are no longer allowed.