Is it possible to format "<" and ">" stored in String type for comparison?

Hi,

You can use directly less takhan or greater than in if condition. Since the values will come string we have to convert to integer before checking condition. Refer below post for reference.