I have some data that I need to save on a paragraph. The normal format of the xml field is not suitable for the data.
I then thought about using the paragraphID to reference from my data to the correct paragraph. This will work all the time when the paragraph is already created. But when the paragraph is created the paragraphID will be 0 until it has been created in the DB. This means that I don't have access to the correct id and will loose the connection from my data to the paragraph.
Is there a way to do it anyway or something similar?