You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Input parameter Pattern states in it's examples that regex is used. The Task doesn't use regex but pattern matching. This needs to be corrected to the documentation. Also the pattern matching documentation needs to be added.
The Input parameter Pattern states in it's examples that regex is used. The Task doesn't use regex but pattern matching. This needs to be corrected to the documentation. Also the pattern matching documentation needs to be added.
Incorrect:
test.txt, test*.txt, test?.txt, test.(txt|xml), test.[^t][^x][^t], <regex>^(?!prof).*_test.txt
Correct:
https://github.com/FrendsPlatform/Frends.File?tab=readme-ov-file#pattern-matching
Also the star characters in FileExistsAction seems to break the documentational page https://tasks.frends.com/tasks/Frends-Files-Copy/
The text was updated successfully, but these errors were encountered: