Applescript – using Search item

Viewing 1 reply thread
  • Author
    Posts
  • May 13, 2022 at 8:30 AM #47296

    Victor Warner
    Participant

    In the Applescript Tap Forms dictionary there is the following:

    search n, pl searches : A search item
    elements
    contained by forms.
    properties
    id (text, r/o) : The unique identifier of the search.
    name (text) : The name of the search.

    Is this for running a saved search, so that the result is that Tap Forms shows the records which match the criteria for the saved search?

    Also what is the syntax for this AppleScript item?

    Any help would be gratefully received.

    May 13, 2022 at 7:53 PM #47310

    Brendan
    Keymaster

    Hi Victor,

    It looks like I never really flushed that one out. It’s just returning exactly what you see. The search object with it’s ID and name.

    The primary use of AppleScript in Tap Forms would be to run a script within Tap Forms. And from there you can reference a search and get its records and perform some operation on the results.

    Thanks,

    Brendan

Viewing 1 reply thread

You must be logged in to reply to this topic.