Jump to content

moun10addict

Member
  • Posts

    5
  • Joined

  • Last visited

Reputation Activity

  1. Like
    moun10addict got a reaction from vitor in [SOLVED] Help building a simple(?) workflow   
    It took a little tinkering, as you suggested, but I got it to work, and it works beautifully! Saves me TONS of time since I have to input text in this format multiple times each day. Thanks SO much for your help!
  2. Thanks
    moun10addict reacted to vitor in [SOLVED] Help building a simple(?) workflow   
    It isn’t clear if you’re comfortable with scripting. In case you’re not, this should work (Ruby, untested):
    padded = ARGV[0].split(' ').map { |n| n.rjust(2, '0') } print "C#{padded[0]}-D#{padded[1]}-P#{padded[2]}"  
    Connect a Keyword Input to a Run Script Action to a Copy to Clipboard Output. Since you’re comfortable with tinkering, you should be able to set those up.
×
×
  • Create New...