Stephen Marsh
Well-known member
Using Automator, I can run a shell script (bin/bash) as arguments and have a single text variable dialog box appear to be populated by ONE input value.
I have attached a screenshot.
Is it possible to enter in multiple inputs, perhaps separated by a comma? Example:
Keyword 1, Keyword 2, Keyword 3 etc?
How I currently have things setup, if I enter comma separated values a single keyword is created that reads:
Keyword 1, Keyword 2, Keyword 3
However, there should be three separate, individual keywords applied:
Keyword 1
Keyword 2
Keyword 3
I was hoping to avoid hard-coding in multiple variables, as it would vary, one image may only need a single entry, while another image could use more or less variables.
Thanks in advance,
Stephen Marsh
I have attached a screenshot.
Is it possible to enter in multiple inputs, perhaps separated by a comma? Example:
Keyword 1, Keyword 2, Keyword 3 etc?
How I currently have things setup, if I enter comma separated values a single keyword is created that reads:
Keyword 1, Keyword 2, Keyword 3
However, there should be three separate, individual keywords applied:
Keyword 1
Keyword 2
Keyword 3
I was hoping to avoid hard-coding in multiple variables, as it would vary, one image may only need a single entry, while another image could use more or less variables.
Thanks in advance,
Stephen Marsh
Attachments
Last edited: