How to create a record with automation

Hi community

I'm trying to create a record on schedule if there isn't one already created.

The slice is called Next_weeks_order. Each Order record has a Friday Start date and Thursday End Date.

I tried to make a slice for next week's order and look in it to see if there was a record and if not create one but when I look at the Slice and try to add a  record to the table I think it causes the following error

The event and process of the 'Make Next Weeks Order' Bot are not compatible. The output of the event 'Check if there is a record' and the input of the process 'Process for Make Next Weeks Order' must be the same table or 'None' in the case of a chat event or scheduled event that is not 'For Each Row'. No "Call Process for each row" step is allowed in the process when using a scheduled event

How can I overcome this?

 

 

0 3 129
3 REPLIES 3

Are the automation's event and its process configured to use the same table?

The process is on the Actual table(Orders) but the event is looking at the Slice of the Table which I guess is the erro:

isblank(Next_weeks_order[Order_ID])

What would the workaround be?

Is the Orders table selected for the event's Table property?

Top Labels in this Space