I cannot seem to correct an error in a bot…
Here is what it is supposed to do :
Is there something within the bot that is trying to clear the Date?
I think the log is showing what the state of the row was at the time the bot was run.
No, the bot is quite simple, I provided the screenshots of the different steps, it’s all there is…
I found the cause of the problem : in my Google Sheet, the format of the column ‘Date_fin_de_reserve’ was set to Date, I changed it to Automatic and the bot run without error… Not really intuitive but it works, so it’s fine…
Thanks for your interest in my issue !
Gérard
Hmm, it shouldn’t really matter if the sheet has the type specified. I sometimes set types for readability and have never experienced issues in any automation because of it. The data type of the column in AppSheet is what the automation’s use. Dates are finicky especially with locale settings but I still don’t think you should have experienced the issue you have.
Your updating one column. But you need to realise this action affects the entire row. It’s saying you have a column called [Reserve] which is required. But it’s blank in the row where the key column equals “b8d73e4c”. Note there maybe other columns as well where it’s blank - this is just the first one it found.
The easy fix is to make it not required. But if it has to be required, then either change its required_if formula or include updating the [Reserve] in this action.
OK, thanks for the suggestion !
Gérard
User | Count |
---|---|
15 | |
11 | |
10 | |
8 | |
3 |