I am building a HR application with a feature to allow users to apply for leaves.
As I can't find any compatible features under appsheet's app formulas, I used google sheet's Networkdays.Intl() to build my logic.
I noticed the formulas are not supported when I make entries through the app as it generates a formula with "_xlfn." prefix
"_xlfn.NETWORKDAYS.INTL(H13,L13,E13)-_xlfn.NETWORKDAYS.INTL(H13,L13,E13,PublicHoliday)+_xlfn.NETWORKDAYS.INTL(H13,L13,E13)-NETWORKDAYS(H13,L13)"