@SaoriYamguchi
From what I know, we can not update a single Cell, but we can update a whole column.
Thank you very much.
Then we cannot write to multiple distant cells at the same time.
But if you do it, can you do it by creating a macro and repeating the process?
I think it's difficult because the place to write each time is different.
You can write specific data to specified cell references.
if you have more than one references, you need the “Block until done” tool because you cannot do concurrent writing to many instances of the same file.
dawn
you can find discussion on
1) writing to specific cells here:
2) block until done tool:
https://help.alteryx.com/current/designer/block-until-done-tool
dawn