HN user

manuelsp

1 karma
Posts0
Comments1
View on HN
No posts found.
Workflow for iOS 12 years ago

Oh well, pretty interesting app

The workflow I've created let me send the full list of phone numbers or email addresses of a single contact, plus the name, using a plain text SMS

In hope of improving that, I've tried counting the number of items (phones or emails) of the Contact: if 1 then the SMS is create right away, if > 1 then I can select which item(s) I want to send

However if I want to detect the case when the Contact doesn't have email address (for example) I got a error message, not nice at all

It looks like trying to use "Get Email Addresses from Input" --> "Set Variable" --> "Count" does not support an empty list... anyone can help please? :)