繰り返し(後判定)アクティビティで条件を書こうとすると何も入力できません

こんにちは
新しい職場でStudioXを使っています。

繰り返し(後判定)アクティビティで条件を書こうとすると何も入力できません。
条件欄にgreyの文字で「値を選択してください」と表示されていますが、何も選択できません。Studioと仕様が違うようです。

条件欄に、int32型変int_counterを使い、int_counter < 8
と入力したいが、どうすれば入力できますか?

Hi @gorby, (RPA NINJA)

you can’t type expressions directly in the condition field like in Studio.

Use one of these:

Click “+” and build the condition (int_counter < 8) via the UI

Or switch to advanced Editor and type it manually

Alternatively, use a While activity, which handles conditions more naturally

StudioX is more UI-driven, so direct input is limited by design.

Hey, kind Hindu @arjun.shiroya
“+” cannot be clicked. The same applies to the While activity.
By “Advanced Editor,” do you mean the editor built into StudioX?

Please provide me a more realistic alternative solution.

Cheers to your P.M. Modi who rose from poverty to power

@gorby

This isn’t expected behavior in StudioX. If you can’t click “+” and can’t enter a condition even in While, something is wrong in the setup.

Working fixes:

Check variable: ensure int_counter is created, Int32, and in scope (otherwise the field stays disabled)

Click inside the field first, then press Ctrl+K and type the variable name

Switch to Studio profile → enter int_counter < 8 → switch back to StudioX (common workaround)

Update Studio / restart i think older builds had this UI issue

StudioX normally allows condition building via the field or Ctrl+K—if neither works, it’s likely a UI bug rather than a limitation.