現在、UiPathにてRPAを勉強中です。
サイトから企業の名前を抽出するロボットを作成しております。
繰り返しを使いほしい情報は取ってきてくれるのですが、
繰り返しを止める方法で条件式にOrを使用しどれかあてはまるものがあれば繰り返しから抜けるという処理をしたいです。
条件式
Aint<=Cint(Bdic(“件数”)) Or Dint>=100
Aint (int型の変数)
Bdic(dictionary型の変数)設定ファイルにて件数という欄に数字を入れてます
Dint(int型の変数)
上記構文であっているでしょうか
そもそも、繰り返し(前判定)に複数条件を入れられないのでしょうか。
ご教授いただけると幸いです。
Hi @tatsuya2630 ,
Welcome to forum,
I think we can use if condition inside for loop,
but apply all item in loop with same condition,
we can use many conditions
regards,
Hi
あなたの条件は正しく、ループ内で複数の条件を使用できます。その可能性があります
詳細については、これを参照してください
@tatsuya2630
@Palaniyappan
Thank you so much
1 Like
@Nguyen_Van_Luong1
Thank you so much
それが明確になることを願っています。はいの場合は、正しい投稿を解決策としてマークしてください
Forum FAQ - How to mark a post as a solution
This document is part of our beginners guide .
This article will teach you how to properly mark a post as a solution.
We were closely following our last UiPath Forum feedback round! topic and carefully extracted all the bits of feedback that was provided. As such, we would like to tackle the topic of solutions on our Forum and how to properly use them.
When is the topic resolved?
The topic can be considered resolved when the topic author has fo…
@tatsuya2630