Call custom keyword from a custom keyword

@Timo_Kuisma :

Method call:
Screenshot_15

Method:

As I see parameter lists are correct and type of variables too.
String parts = detachedTXT.split(“__”);
String detachedTXT1 = parts[0];
String detachedTXT2 = parts[1];