In my testing with Functions this past week, I liked the UI uniformity with Automation and the fact that it runs on local hardware (execution speed improvement with better hardware).
One thing I’ve noticed that hinders some use cases is with the decision block– specifically when using Tables as the data source.
When a table is chosen as the data source, the only check condition in Function’s decision block are “Equal” and “Does not Equal”. It would be much usable if the options include “Has record” and “Does not have record” as it does in Automation. This would be very helpful for cases where you would need to reference two tables or an array and a table to determine specific actions.
Functions:
Automation:

