I am creating a simple custom function to calculate two different timestamp with return value as integer (seconds). Then I am about to use in it conditional actions to see whether the timestamp range is less than 3600 seconds.
But when I put that custom function in conditional action, flutterflow can't read its integer return value, but string instead.
Is there any something I missed?