[Font-end] How to show the highest number out of three data fields?

Hi- I want to do a small calculation that shows the highest number out of three data fields that I have. How would I set that up on the front-end?

EDIT 2
Follow up: I’m trying to use javascript, but it doesn’t seem to be spilling out a number:

EDIT 1
Solved it. Here’s the solution:

Another option:
Arbitrary text (content will be current page user’s instagram-followed,current page suer tiktok,current page user twitch,current user youtube):split by , :each item converted to number:max

Thanks! This is a more elegant solution b/c you can format the number afterwards

1 Like

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