I got new problem, that sounds like:
I have a Calendar for each User, when I try to save data from PopUp and after display it in current calendar, there is something wrong, I record one video, hope that will help to solve problem. Video link
From your screenshot of your database it looks like you never created a calendar for each user. When you click on the name of a user in the repeating group on the left, add to your workflow a create new thing = calendar where the calendar’s user is current cell’s user, but make sure this only occurs if Do a Search for Calendar where current cell’s user is the calendar’s user :first item does not exist. That way you will know everyone has a calendar. Then on the Data Source for Calendar A you need to make sure that the search constraints includes user = current selected user. Finally on submitting the popup button make sure you are adding an event to Calendar A’s Calendar.
Good morning, William. I’m so happy to see your feedback ,
I have a question for a line: “add to your workflow a create new thing = calendar where the calendar’s user is current cell’s user, but make sure this only occurs if Do a Search for Calendar where current cell’s user is the calendar’s user :first item does not exist”.
I open workflow that refers to repeating group user’s cell. And there do like this, I don’t really understood where I should use "Do a Search for".