I created a workflow using the Flow App. I can export it and import it without any issues.
The workflow is a template for an integration. There’s a HTTP request with header that need to be changed based on the client.
The issue is that if I change it on the .flow file, when I import it is no longer valid. Taking a look to the content of the file, there’s what it seems a checksum at the beginning of the file that prevents any changes on it.
Is there a way to modify the .flow file and regenerate the checksum? Can I skip that part entirely?
Thanks a lot