Sorry if this has already been answered elsewhere: I just couldn’t find anything that really answered the question.
We have a private app that uses modal forms to generate project tasks based in a similar way that a template would (we quickly found out we would need far too many project templates to be practical or manageable), to require necessary information to minimize digging for information, and to propagate critical information across all tasks in the project without having to switch between screens. It’s worked wonderfully for us so far, and I’ve been working on some quality-of-life improvements. I’m running into the same annoyance I had when I was first building the app that modal forms require an attachment to be sent back on submission to avoid an error. We have no use for them, and I’ve ended up just dropping in project information pages no one will ever bother looking at all over the place every time a form is used.
I’ve tried returning a resource name like a message with a null resource URL. I didn’t have high confidence, but I figured I’d give it a try. Is there no way to return something like an { action_result: “ok” } (tried this too) like you can with webhooks, or am I just stuck with a pile of pointless links cluttering up my activity logs?