フォルダを作成のアクティビティに"C:\Users\Z050006\Documents\UiPathテスト\分割プロジェクト\分割" +Path.GetfileNameWithoutExtension(pdffilename)をいれると()が入っているため、エラーが発生してまいます。Studioでは問題なく実行できますが、Studio Xではできないため、ご回答いただけると幸いです。
Hey @_Y1 In UiPath Studio, you can use expressions directly, but in Studio X, it’s designed to simplify automation, and some advanced coding features like expressions might not work the same way.you have to use assign activity and pass the value in the assign activity and then use the variable in the Create Folder activity.
cheers
@_Y1,
In the field where you are trying to enter this expression, click on the plus icon and select Use Expression or something would be there. After selecting that, enter the expression and should work.