mgecustomprints79
Member
This is the formula I am using on pabbly to route the tasks for my am and pm shifts when trello cards are created. The am shift cards are beign created but not the Pm shift IF(AND(TIMEVALUE("2. Result 4 : 08:17:39")>=TIME(14,0,0), TIMEVALUE("2. Result 4 : 08:17:39")<=TIME(20,0,0)), 2, 1). I also tried this
IF(AND(TIMEVALUE({{2.Result4}}) >= TIME(14,0,0), TIMEVALUE({{2.Result4}}) <= TIME(20,0,0)), 2, 1) and only the cards for my AM shifts are beign created. Can I get some help with this please.
IF(AND(TIMEVALUE({{2.Result4}}) >= TIME(14,0,0), TIMEVALUE({{2.Result4}}) <= TIME(20,0,0)), 2, 1) and only the cards for my AM shifts are beign created. Can I get some help with this please.