ISBLANK使用時の検討
ISBLANK not working properly in formula field in auto-launched Flow?
Similar issues have been reported with ISBLANK function and text attributes. A common workaround is to compare the length of the text attribute (field) and compare it with 0. You can try it out and see if it work. The other workaround you have mentioned also works.
ISBLANK関数とテキスト属性でも同様の問題が報告されています。一般的な回避策は、テキスト属性(フィールド)の長さを比較して0と比較することです。試してみて、機能するかどうかを確認できます。あなたが言及した他の回避策も機能します。
ロングテキスト、テキストエリアでは機能しないようです。
Isblank won't work with a long text area and therefore your 3rd approach should. Are you able to retry with your 3rd approach as this should work
text型で比較するときは長さゼロで判断させたほうがいいとのこと。
この時には
Incorrect argument type for function ISBLANK() というエラーになっているかもしれません。
チェックボックスの時も同じエラーになるみたい。
ISBLANK() Function Returning Error for a Checkbox Field