Automator Find Finder Items

I have created an automator workflow to batch import photos into a document from within Word. The workflow works fine and has two processes:
Find Finder Items
Import Contents into Word Document
The problem is when i run this workflow from within Word the Find Finder Items dialogue box opens up behind Word. All i do is use Mission Control to select the dialogue box but it would be easier and more convenient if it just popped up at the front. Does anyone know how to add an action to automator to bring the window to the front?
P.S. I tested this from outside Word to make sure it wasn't specifically with Word. The same thing happened.
Thanks,
Adrian

Peter Russell1 wrote:
Yes, I was aware of changes in Leopard version, and did recreate the workflow from scratch. If you get AND, as expected, I wonder if there is some hidden AND/OR setting somewhere?
not that I know of.

Similar Messages

  • Automator Variable and Find Finder Items

    Hello!
    I am creating a quick Automator file to grab any files within a folder and copy them to another folder.  It prompts the user for a file name.  I used this http://hints.macworld.com/article.php?story=20080213200213250 post to attempt a work around for the Find Finder Items not allowing a variable as an input.  Any ideas how to get this to work?
    Thanks!
    -Josh

    Bit late but this came up tops when I was having the same issue.
    You will find your created variable at the bottom of the workflow panel, from ther eyou can just drag them into the drop down menus.

  • Automator Action "Find Finder Items" bug...

    Hello,
    I created an application that searches SD flash memory cards (out of a Canon video camcorder) that are formatted FAT32 for files that have a .MOD extension and copies them to mounted server volumes for transcoding to .MOV (to later use in an editor). Most memory cards work with the "Find Finder Items" action item returning the whole contents of the SD card volume's MOD files. Other SD cards return no result even though the files are clearly visible to Finder when you manually look for them. When I run the workflow, it does the search and returns nothing without an error to the app. Any suggestions as to why some SD cards are different in this regard? Thanks!

    I'm not sure what the action is using to search, but a name extension does not include the period. Another approach would be to get the entire contents of the memory card, and filter the items from there.

  • "Find Finder Items" returns same file twice

    Hey y'all,
    I'm trying to jerry-rig a photobooth for my wedding. I'm using automator to grab 3 stills from a webcam, and place them all in a folder. When I use "Find Finder Items" to send these images to an action that will rotate them, it finds one of the images twice. That is, the results for "Find Finder Items - where: path whose: name contains 'snap' " will return pictures/path/snap3.tiff, pictures/path/snap1.tiff, pictures/path/snap2.tiff, pictures/path/snap3.tiff. This means that when I send these results to my Rotate 90 Degrees action, Snap3 is rotated 180, and when I send them all into a PDF, I get snap3 twice.
    This also happens when I "Find Finder Items" and just look for all the .tiff files in /path, and when use "Get Folder Contents" on /path.
    Background: Running 10.5.8 Leopard on a PPC Mac mini. Fairly new to the world of Mac, so I may be missing something obvious.
    I've been searching for answers for a day or two now, and haven't come across this sort of issue; I apologize if this is old hat, but I really have made a goodfaith attempt to search these and other forums.
    Any help would be greatly appreciated.
    Edited to add: The folder only contains the 3 .tiff files, and the PDF I'm trying to dump them into. I thought maybe I was somehow creating a 4th identical file, but it's not the case.

    Hello & a warm welcome!
    no idea what is happening, other than Apple Software is usually the worst to accomplish thing the way YOU want to.
    GraphicConverter has a powerful Browse Folder function, & many tools for manipulation, & you can keep your Pics wherever you want...
    http://www.lemkesoft.com/

  • Putting Variables in Action "Find Finder Items"

    Hello! I'm using Automator to make a workflow. One of my action in my workflow is to find finder items. I'd like to tell Automator to find items that start with a specific string of text (the text is "016") stored in a variable. Since Automator does not allow me to insert a variable directly, I tried to add the variable by adding the variable's UUID. I followed the method outlined in this website:
    http://hints.macworld.com/article.php?story=20080213200213250
    But even after I put my variable's UUID as "$(9051E0AA-257F-4F00-9A58-50677FB0C07E)", it seems that Automator does not understand, as the results of the action "Find Finder Items" returned no files at all. I tried to store my string as "Storage" and "Text" and used the same method, but it still didn't work. Thank you very much!

    I'm not sure what the action is using to search, but a name extension does not include the period. Another approach would be to get the entire contents of the memory card, and filter the items from there.

  • Backup workflow fails - Find Finder Items

    I have tried to put together a simple Automator workflow to backup recently changed files to a CD as follows:
    [Find Finder Items]: Where:[Top level folder] Whose:[Date Modified]:[Within the last 2 weeks]
    [Create Archive]: Save As:[Archive File Name] Where:[Desktop] Ignore unreadable items
    [Burn a Disk]: ...
    After Create Archive has run I have a Zip file on the Desktop, but it contains far more than just the files modded in the last two weeks. Even if I reduce the [Date Modified] criterion to [This Week] I get the same result.
    Any idea what I'm doing wrong?
    I've set up a Smart Folder in Finder to list the files using the same search criteria, and it produces a reasonable list. I thought of trying to archive the contents of the Smart Folder, but that just archives the Smart Folder definition file, not the files it points to.

    Whoops! I can now answer this one myself!
    It turns out that if a folder contains a recently modified file it is included in the items, and then the entire contents of that folder are included in the archive. I was able to solve the problem by adding a second criterion to the [Find Finder Items] action: Kind Is Not Folder. The Zip file still contains a hierarchical folders/files structure, but now only the recently-changed files are included.

  • "Find Finder Items" Broken? Help!

    I'm having a problem with Find Finder Items. I set it as follows:
    Find Finder Items
    Where: 100EOS7D (this is a folder on my drive)
    Whose: Extension is equal to CR2
    When I run this I see in the window below all my CR2 files listed. However, I also see my path and directory listed twice at the top. Why? My next step is to move the results of this search to the trash, but along with the files, my folder is moved to the trash as well!
    Am I doing something incorrectly?
    Please let me know either here or at *********.
    <edited by host>
    Thanks!

    please don't put your email in the post. it's against forum rules. are you using automator? please give full details of the whole workflow, not just one action.

  • Size in Find Finder Items

    Does anyone know of problems with the Size option in Find Finder Items ?
    I was hoping to make a workflow to compress all my movie files over 100MB in size.
    First step was to use Find Finder Items to identify all movies over that size, but it just brings back every single one - the size option lets you enter a number but doesn't say if that is bytes, KB etc.

    The action is using KB as the unit for Size.
    It took a bit of trial and error to figure out, but inputting the size in KB should work.
    For reference, you can use the View Results action under the Automator grouping to troubleshoot this type of thing.

  • Cannot use Automator to Find Aperture Albums - just get errors

    I've been trying to use Automator to automate the process of Exporting my Portfolio from Aperture to jpegs, then uploading these via FTP. However, whenever I try to use the automator actions "Choose Albums" and "Find Aperture Items" I get either errors or no items returned. I've eventually concluded that both the 'Choose Albums' and the 'Find Aperture Items' (with 'Albums' selected from the drop-down) can only find albums which are inside Projects, and cannot find albums which are not (i.e. are just in a folder).
    For example, I am able to use Find Aperture Items (but not Choose Albums, incidentally) to find an album called 'Landscapes' which is inside a PROJECT called 'Portfolio', but not able to find an album called 'Landscapes' which is inside a FOLDER called 'Portfolio'. (Note the folder is not inside anything else, just under the Library heading in the inspector).
    Since I store my portfolio as a set of albums inside a folder, and do not want to store it as Projects inside a folder (as this would require the photos to be moved to that project, rather than residing in their original project and having a reference to them in the album), can you suggest any way that I can use Automator to find these albums which are not inside folders and hence export my versions?
    I should mention that when I try to use Choose Albums to find anything I get error messages, and when I try to use Find Aperture Items to find albums which are not inside projects I simply get no results.
    Also, I'm running Automator 2.2.2, Aperture 3.2.3 and Lion 10.7.3.
    Thanks

    Thanks for your help Léonie. As you suggested, AppleScript seems to be the way to go, so I learnt to use it and came up with the following...
    set rootExportFolder to "path:to:export:location"
    set albumNames to {"Foo", "Bar", "Etc"}
    set exportFolderNames to {"foo", "bar", "etc"}
    with timeout of (30 * 60) seconds
       tell application "Aperture"
          launch
          set fileNamingPolicy to file naming policy "Index only"
          set exportLargeSetting to export setting "Web Large"
          set exportThumbSetting to export setting "Web Thumb"
          repeat with i from 1 to count albumNames
             set albumName to albumNames's item i
             set allImages to get every image version in album albumName of library 1
             set exportFolder to rootExportFolder & ":" & {exportFolderNames's item i}
             set exportThumbsFolder to exportFolder & ":thumbs"
             export allImages to exportFolder using exportLargeSetting naming files with fileNamingPolicy
             export allImages to exportThumbsFolder using exportThumbSetting naming files with fileNamingPolicy
          end repeat
       end tell
    end timeout
    A quick rundown from the top:
    First I set some variables. The path to the place where I want my portfolio exported, and the names of each of the Albums my portfolio is sorted into plus the folder name for each album.
    Next I set a timeout - this is required because Apple Events time out after two minutes by default, so when exporting a large number of versions the script would time out and fail. So I set the timeout to 30 minutes instead.
    Next I launch Aperture (in the background) and select my file naming policy and version export settings. These are selected from those that I have set up in Aperture.
    Then for each of the Albums specified earlier, I get the contents of the album and export it, using Aperture's 'export' AppleScript command. For my purpose, I export both a large version and a thumbnail sized version. The thumbnails go in a folder which is in the folder where the full sized versions go.
    That's about it. My actual script contains a bit of extra code to only export versions with Green colour labels, but that's just specific to how I have my library set up, so I haven't included it here.
    Hope that's useful to anyone else who wants to export their Albums to folders!

  • Error when deleting file: Could not find this item. This is no longer located in ...

    We are setting up a new Windows 2012 server. Users access this server using a 'terminal services'. We have mapped some folders from a legacy server (different domain). Using group policy preferences, we map this folder as a drive for a user.
    When user wants to delete some files, he get's the error: 'Could not find this item ..' The error is displayed to the user and it looks like the file can't be deleted. But when I press the F5 (refresh) button, the file is gone. My problem is very similar
    to a problem in the following post: http://social.technet.microsoft.com/Forums/windowsserver/en-US/042e747a-0e25-4190-b0a2-82f3e9635eb0/can-not-delete-file-error-is-could-not-find-this-item?forum=w7itprogeneral
    When I create 'txt' (or 'pdf', 'zip') file, i can delete it without the error. When I create 'xlsx', 'docx', 'pptx', 'bmp', 'jpg', I get the error.
    Does somebody have an idea, how can I fix the cause of this problem? (I can't tell to users to hit the F5 button everytime when they face this issue)
    Thank you for your help in advance!
    Juraj

    Hi,
    Please check if the problematic files’ filename ended with a dot. If so, you could refer to the article below to troubleshoot the issue:
    Solved: “Cannot read from the source file or disk”
    http://blog.dotsmart.net/2008/06/12/solved-cannot-read-from-the-source-file-or-disk/
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • HT201210 I'm trying to update my iOS to 6.0, using iTunes (with my 4s connected via USB and WiFi is on also). I get a message that 'there are purchased items on my iPhone that have not been transferred to my iTunes library. Yet, I can't find those items!

    I'm trying to update my iOS to 6.0, using iTunes (with my 4s connected via USB and WiFi is on also). I get a message that 'there are purchased items on my iPhone that have not been transferred to my iTunes library. Yet, I can't find those items! Help!  There is not error message number just the text message. I've searched for an answer but have found nothing on "transfering items purchased to your iTunes library".

    Right click on your device icon on the left pane of iTunes and click on transfer pur....

  • Could not find selected item matching value "null" in CoreSelectOneRadio

    Hello,
    I get the following error with my selectOneChoice components:
    WARNING Could not find selected item matching value "null" in CoreSelectOneRadio[UIXEditableFacesBeanImpl, id=dyna_2709976_11]
    It seem that the component looks for a selectItem object qith its value set to null, so I tried to add one with a null value to no avail. The error don't cause any problem on the rendered page but it might spam the log when many users will be connected. Anyone every got this error and found a fix to stop it from appearing?
    Regards,
    Simon Lessard

    you said you're using selectOneChoice but the error says radio. Is the information correct?

  • Could not find selected item in LOV

    hi i follow this sample http://www.scribd.com/doc/2633296/ADF-Learning-6-Dependent-List-Boxes ,but when i select my LOV am geting this error FacesCtrlListBinding> <getInputValue> ADFv: Could not find selected item matching value 100 of type: oracle.jbo.domain.Number in the list-of-values.
    am in jdeveloper 11.1.1.6.0

    the data type am selecting is number but displaying employee name my page is,the value 100 is the employeeid is in db
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:h="http://java.sun.com/jsf/html"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
      <jsp:directive.page contentType="text/html;charset=UTF-8"/>
      <f:view>
        <af:document id="d1">
          <af:messages id="m1"/>
          <af:form id="f1">
            <af:panelHeader text="panelHeader 1" id="ph1">
              <f:facet name="context"/>
              <f:facet name="menuBar"/>
              <f:facet name="toolbar">
                <af:commandButton actionListener="#{bindings.CreateInsert.execute}"
                                  text="CreateInsert"
                                  id="cb1"/>
              </f:facet>
              <f:facet name="legend"/>
              <f:facet name="info"/>
              <af:panelFormLayout id="pfl1">
                <af:inputText value="#{bindings.DepartmentId.inputValue}"
                              label="#{bindings.DepartmentId.hints.label}"
                              required="#{bindings.DepartmentId.hints.mandatory}"
                              columns="#{bindings.DepartmentId.hints.displayWidth}"
                              maximumLength="#{bindings.DepartmentId.hints.precision}"
                              shortDesc="#{bindings.DepartmentId.hints.tooltip}"
                              id="it1" rendered="false">
                  <f:validator binding="#{bindings.DepartmentId.validator}"/>
                  <af:convertNumber groupingUsed="false"
                                    pattern="#{bindings.DepartmentId.format}"/>
                </af:inputText>
                <af:inputText value="#{bindings.EmployeeId.inputValue}"
                              label="#{bindings.EmployeeId.hints.label}"
                              required="#{bindings.EmployeeId.hints.mandatory}"
                              columns="#{bindings.EmployeeId.hints.displayWidth}"
                              maximumLength="#{bindings.EmployeeId.hints.precision}"
                              shortDesc="#{bindings.EmployeeId.hints.tooltip}"
                              id="it3" rendered="false">
                  <f:validator binding="#{bindings.EmployeeId.validator}"/>
                  <af:convertNumber groupingUsed="false"
                                    pattern="#{bindings.EmployeeId.format}"/>
                </af:inputText>
                <af:inputText value="#{bindings.Password.inputValue}"
                              label="#{bindings.Password.hints.label}"
                              required="#{bindings.Password.hints.mandatory}"
                              columns="#{bindings.Password.hints.displayWidth}"
                              maximumLength="#{bindings.Password.hints.precision}"
                              shortDesc="#{bindings.Password.hints.tooltip}"
                              id="it4">
                  <f:validator binding="#{bindings.Password.validator}"/>
                </af:inputText>
                <af:inputText value="#{bindings.UserId.inputValue}"
                              label="#{bindings.UserId.hints.label}"
                              required="#{bindings.UserId.hints.mandatory}"
                              columns="#{bindings.UserId.hints.displayWidth}"
                              maximumLength="#{bindings.UserId.hints.precision}"
                              shortDesc="#{bindings.UserId.hints.tooltip}" id="it2">
                  <f:validator binding="#{bindings.UserId.validator}"/>
                </af:inputText>
                <af:selectOneChoice value="#{bindings.DepartmentId1.inputValue}"
                                    label="#{bindings.DepartmentId1.label}"
                                    required="#{bindings.DepartmentId1.hints.mandatory}"
                                    shortDesc="#{bindings.DepartmentId1.hints.tooltip}"
                                    id="soc1" autoSubmit="true">
                  <f:selectItems value="#{bindings.DepartmentId1.items}" id="si1"/>
                </af:selectOneChoice>
                <af:selectOneChoice value="#{bindings.EmployeeId1.inputValue}"
                                    label="#{bindings.EmployeeId1.label}"
                                    required="#{bindings.EmployeeId1.hints.mandatory}"
                                    shortDesc="#{bindings.EmployeeId1.hints.tooltip}"
                                    id="soc2" partialTriggers="soc1">
                  <f:selectItems value="#{bindings.EmployeeId1.items}" id="si2"/>
                </af:selectOneChoice>
              </af:panelFormLayout>
            </af:panelHeader>
          </af:form>
        </af:document>
      </f:view>
    </jsp:root>my view is
    <?xml version="1.0" encoding="windows-1252" ?>
    <!DOCTYPE ViewObject SYSTEM "jbo_03_01.dtd">
    <!---->
    <ViewObject
      xmlns="http://xmlns.oracle.com/bc4j"
      Name="VikUserViewObj"
      Version="11.1.1.61.92"
      InheritPersonalization="true"
      SelectList="VikUser.DEPARTMENT_ID,
           VikUser.EMPLOYEE_ID,
           VikUser.PASSWORD,
           VikUser.USER_ID"
      FromList="VIKUSER VikUser"
      BindingStyle="OracleName"
      CustomQuery="false"
      PageIterMode="Full"
      UseGlueCode="false">
      <Properties>
        <SchemaBasedProperties>
          <LABEL
            ResId="model.VikUserViewObj_LABEL"/>
        </SchemaBasedProperties>
      </Properties>
      <EntityUsage
        Name="VikUser"
        Entity="model.VikUser"/>
      <ViewAttribute
        Name="DepartmentId"
        IsNotNull="true"
        PrecisionRule="true"
        EntityAttrName="DepartmentId"
        EntityUsage="VikUser"
        AliasName="DEPARTMENT_ID"/>
      <ViewAttribute
        Name="EmployeeId"
        IsNotNull="true"
        PrecisionRule="true"
        EntityAttrName="EmployeeId"
        EntityUsage="VikUser"
        AliasName="EMPLOYEE_ID"/>
      <ViewAttribute
        Name="Password"
        PrecisionRule="true"
        EntityAttrName="Password"
        EntityUsage="VikUser"
        AliasName="PASSWORD"/>
      <ViewAttribute
        Name="UserId"
        PrecisionRule="true"
        EntityAttrName="UserId"
        EntityUsage="VikUser"
        AliasName="USER_ID"/>
      <ResourceBundle>
        <PropertiesBundle
          PropertiesFile="model.ModelBundle"/>
      </ResourceBundle>
    </ViewObject>Edited by: user0994 on 2012/10/20 9:07 PM
    Edited by: user0994 on 2012/10/20 9:29 PM
    Edited by: user0994 on 2012/10/20 10:41 PM

  • Unable to Delete Folder, Could not find this item

    Currently, I'm having problem deleting an old Folder. Previously, I used its parent as a shared folder, but one day when I tried to clear that folder there is one folder that has duplicate. The problem is one of them (the old one) can't be deleted even after
    I deleted all files/folders in that folder, I can't remove/rename that folder (could not find this item) not even with cmd as Administrator. I've tried to defrag my Windows Sever 2012 but the problem still persists. How to fix this problem?
    Thanks in advance.

    I had this same problem using Server 2012 Std. I tried various options of taking ownership of the parent folder because the Security properties of the folder I was trying to delete were blank, using CMD and Dir /x etc. I even tried sharing
    the parent folder and then using Server 2008 R2. None of them worked. When I tried Dir /x Server 2012 doesn't show the 8 character filename with the ~1. I tried typing it in myself, but that didn't work either. I then found that there was a space at the end
    of the folder name. I then tried all the CMD options again using a space, still no luck. Then I finally stumbled upon this solution:
    Open CMD and then type:
    rd /s "\\?\D:\bad\folder\path "
    example: rd /s "\\?\D:\Sharedata\folder1\folder2 " - note the space after folder2 as per the space in the folder name. Obviously D: is the drive that has the folder on it.
    This worked for me
    I've had a similar problem as detailed above; a power shell script that I wrote incorrectly tested for the existence of a directory and created multiple instances of the same directory.
    I can confirm that the post from Rayza73 works like a charm!
    @Rayza73:  First up thanks for the information.  Would it be possible for you to describe how the command is able to find and delete the directory?
    Many thanks
    Shaun

  • FQDN Share Access (Could not find this item)

    Say I have the domain 'contoso.com', which is resolved by a domain controller (Controller). I have a share (Share) on Controller with everyone permissions (full control, just to test).
    Now I can access Share via '\\Controller\Share' or '\\Controller.contoso.com\Share'. This is fine.
    I can also access Share via '\\contoso.com\Share'. This is not fine, as follows.
    If I try to e.g. create a new folder, I get 'Could not find this item. This is no longer located in contoso.com.'
    Why is Share listed in the shares of contoso.com if it isn't located there?

    Hi,
    Do you mean that you can access Share via '\\Controller\Share' or '\\Controller.contoso.com\Share' and create a new folder in it without issue, however, you cannot create a new folder in the Share folder when access share via '\\contoso.com\Share'?
    I have done a test on my PC, when access share via '\\contoso.com\Share' the content is empty. I create a new folder in it, then I have a same issue with you. It seems that it is a side effect of having shared folders on a domain controller.
    Domain.local shows shares but are empty
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/57d2120c-46c7-430e-9d3e-3d589a02dde2/domainlocal-shows-shares-but-are-empty?forum=winserveressentials
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for

  • Changing Profit center in Sales Order after Shipment Document

    Hi All, We have situation here, The thing is at the time of creating Sales order I don't know the profit center which has to be assigned for example, I have created a sales order for goods transport, when I create the sales order I don't know which v

  • DisplayPort to DVI

    Hi. I have a new ThinkCentre M91p USFF with a VGA connector and a DisplayPort connector. In order to have a dual-monitor setup, I will need to plug one into the VGA and one into the DP. For the DP, I will need to go from DP to DVI-D. I am confused ab

  • Error in SAP_J2EE_ADMIN Role

    Hi All, I have installed EP 7.0 ( ABAP + JAVA ) stack on WIn 2003. When i login with J2EE_ADMIN to Portal it gives me error as No portal roles are assigned for this user.If this problem persists, contact your system administrator. If i checked in ABA

  • Problem getting Videos to play back to back...

    I have ripped some Music Video from DVDs and my ipod will play them fine. It just wont play them back to back. Thus in a playlist it just plays the videos that I have bought from Itunes. I can manually play the videos (ripped) but it always only then

  • Delete songs without warning !!!

    I've just bought a new nano and am new to itunes. When i sync new tunes it seems to delete part of (or at times all of) my tunes on my ipod. Why is this and what can I do to stop this happening ? Help much appreciated.