iOS UIActivityViewController (share sheet)

I’ve seen the thread on iOS Shortcuts and I’m fully behind that as well but something that might be quicker to implement is sharing a transaction using the share sheet.

That way we can simply choose which app or service to share the data with and work it out for ourselves from there.

I do something very specific with every transaction and it’s helped me be disciplined about managing money but it could be so much simpler for me if I could just get access to my data outside of the app and this is a relatively simple way to do that.

Could just be a simple CSV row like:

date, amount, merchant, message

Thanks in advance!