I'm guessing you're using import mapping for both calls and they create separate objects, hence separate lines in your data grid.
You can pass the first object to the import mapping of the second as a parameter entity, so you can add the diary number to the existing object instead of creating a new one. In the map entity action, you can choose Method = Call a microflow, in which you just return the input parameter, so the mapping uses that.