Hi everyone,
I’d like to ask if it’s possible to try something else to continue the logic I’ve been working on in AppSheet, where I’m attempting to create a loop using bots in the Automations section. What I’m trying to achieve is a loop where:
1. A product is uploaded using "Call a webhook" (Sheet 1).
2. An ID is received and written to another sheet (Sheet 2).
3.The original row is updated again by "Bot 2" with a new value (Sheet 1).
4. If certain conditions are met, the first bot is reactivated:
AND(
ISBLANK(
INDEX(
SELECT(
Inventario[ML Item_ID],
CONCATENATE([Marca], " ", [Producto], " ", [Subproducto], " ", [Composición], " ", [Diseño], " ", [Color], " ", [ID]) = [_THISROW].[Descripción]
),
1
)
),
ISNOTBLANK([_THISROW].[Link Postimages]))
So far, everything works perfectly up to step 3, where the row in Sheet 1 is updated and the conditions are met — however, the bot does not reactivate. On monitor it doesn't give me an error, all steps are exceuted, except for the looping reactivation.
Any ideas or suggestions would be greatly appreciated! Thanks in advance!
My guess is you are not allowed to call the same bot in a loop to avoid infinite loops.
Can you copy the first bot and use that as the last step if you only need to execute the process once?
User | Count |
---|---|
15 | |
11 | |
10 | |
8 | |
3 |