アクティビティ カード上の「*」印の意味は * symbol in field name of activity card's, and { } symbol in field ==> * symbol is missing in "To" field of "Move File" activity

アクティビティ カード上のフィールドで、
1 フィールドの名称の最後に「*」がついているものがあります。
2 フィールド入力欄の先頭に { } がついているものがあります。
それぞれ、何を意味しているのでしょうか。

例えば、
Write Line
* 無し、{ } 無し
Clipboard01

Get Text
* あり、{ } あり
Clipboard02

Move File
From : * あり、{ } あり
To : * 無し、{ } あり
Clipboard03

2023.6.1 Community Edition です。

こんにちは

1は必須項目の意味かと思います。
2はStudioXでは、{}がついていないものは直接テキストフィールドに入力でき、ついているものはメニューからの選択になるという感じでしょうか。

1 Like

Hi @corgy

  1. Asterisk (*) at the end of a field name:
  • An asterisk at the end of a field name in UiPath indicates that the field is mandatory, and you must provide a value for it. This ensures that essential information is provided to configure the activity correctly. If you don’t fill in a mandatory field, UiPath will likely display an error or warning message, preventing you from running the workflow until the required information is provided.Example: “OutputFile*”
  1. Curly braces ({}) in front of fields:
  • Curly braces are used in UiPath to indicate that a field is an expression field. In UiPath, you can use expressions to dynamically generate values based on variables, calculations, or other dynamic data. By placing curly braces around a field, you are indicating that you can use an expression to set its value. This allows for more flexibility and automation in your workflows.Example: “{VariableName}”

Hope it helps!!

1 Like

回答ありがとうございます。「 * は必須項目の意味」

1つ疑問があります。
Move File Activity では、To フィールド も必須です。入力しないと実行時にエラーになります。
しかし * がついていません。
これは、恐らく誤りなのですね。

今回のケースは、未指定ですと例外となるようなので、誤りとは言わないまでも、不親切といば不親切かと思います。(あるいは、例外とならないケースがあるのかもしれませんが...)

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.