Hello, hoping someone could help me.
I've basically just copied the first json creation and json recall code with new variables to ensure it doesn't use the first request json.
The first child request creates and the related note is added to the parent request just as it is supposed to. It then creates the second child request just fine, but doesn't add a note to the parent request. There aren't any errors. I've tried adding a time.sleep to try and slow it down in case it was still processing one when the other was triggered, but no luck.
Any tips on understanding what I need to do to create the second and third child requests?
Thank you!
Helen