Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5260 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted (edited)

I want to create a script to export records...

copy (field)-"todays code"

export required fields

Now - I want to paste "todays code" into the file name for the export document and what also would be nice is to place this file name with the "todays code" into its correct folder (which is static)

any ideas

Edited by Guest
Posted

It doesn't sound like you need AppleScript for this.

set variable $filepath = "file:" & "relative path to the folder" & "/" & todays code

If necessary use "filemac:" if you are specifying an absolute path instead of a relative one.

Use $filepath as the name in the export script step.

Posted

Thank you very much, with a little bit of fiddling it worked Like putting in correct fle path as it was been saved from a Mac to PC and in set variables, putting the right words in correct spots... again thank u - Tim

This topic is 5260 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.