Hello World!
First and foremost I am not a programmer. That said, I have searched high and low for similar solution examples and haven’t made much progress. Here is what I am attempting to do, any suggestions are appreciated.
Overview:
Shortcut that helps facilitate taking attendance for several sources, calculating total, and sending the summary/results via text.
1. I have attempted to use “Ask for” [number] (for multiple inputs)
2. Attempted to use “Calculate” [sum].
3. Attempted to use “Send to” [text message].
Problem I face is getting the input of serval numbers to sum. I have saved the input to a txt file and tried to calculate the sum from the txt file without success. Maybe I am going about it all wrong?
Here is what I foresee the Shortcut doing:
1. Prompt user “Hall attendance 1?” Input #
2. Prompt user “Hall attendance 2?” Input #
3. Prompt user “Remote attendance 1?” Input #
4. Prompt user “Remote attendance 2?” Input #
5. Sum #1&2
6. Sum #3&4
7. Send to via text the summary results.
Thanks in advance for any suggestions or links to resources.
First and foremost I am not a programmer. That said, I have searched high and low for similar solution examples and haven’t made much progress. Here is what I am attempting to do, any suggestions are appreciated.
Overview:
Shortcut that helps facilitate taking attendance for several sources, calculating total, and sending the summary/results via text.
1. I have attempted to use “Ask for” [number] (for multiple inputs)
2. Attempted to use “Calculate” [sum].
3. Attempted to use “Send to” [text message].
Problem I face is getting the input of serval numbers to sum. I have saved the input to a txt file and tried to calculate the sum from the txt file without success. Maybe I am going about it all wrong?
Here is what I foresee the Shortcut doing:
1. Prompt user “Hall attendance 1?” Input #
2. Prompt user “Hall attendance 2?” Input #
3. Prompt user “Remote attendance 1?” Input #
4. Prompt user “Remote attendance 2?” Input #
5. Sum #1&2
6. Sum #3&4
7. Send to via text the summary results.
Thanks in advance for any suggestions or links to resources.