Hi Everyone, I've the below exmaple, and I'm trying to return the lowest variable out of a list of many variables
var A=650
var B=455
var C=450
return
C
Solved! Go to Solution.
Hi @Mohannad17
you can use
MIN ( A, MIN ( B, C ) )
View solution in original post
Vote for your favorite t-shirt design now through March 28.
Find out more about the March 2023 update.
Find out more about the online and in person events happening in March!