|
クラシックファイルタイプは 2021 年 1 月をもって使用できなくなりました。クラシックファイルを移行することも、PDF をダウンロードすることもできます。詳細はこちら

Variable Transform in chains: Replace text error

回答済み
0

コメント

2件のコメント

  • Andrew McKenzie

    Did you try escaping the [ character in your RegEx, since it is a RegEx control character?

    If not, you could try something like [\[\]"] as your pattern, where the three characters the Regex will look to replace are [ ] and and the brackets you're looking for have been escaped with \ inside the RegEx control brackets.

    0
  • Jeff Hickey

    Hi Ruggero Golini (LU),

    You can retrieve the Location URL value in the GET request by getting the 0th element of the Location array. Below is a screenshot of the transformed Header Response variable from the Initiate a document export POST request.

    0

サインインしてコメントを残してください。