Bronze 1
Since ‎09-06-2021
‎03-14-2023

My Stats

  • 21 Posts
  • 0 Solutions
  • 0 Likes given
  • 14 Likes received

sridurga's Bio

Badges Andy_strathmore Earned

View all badges

Recent Activity

There is an automation running successfully in my app.However, after 10th March, it be came a bug and always error.Error Info as follows:Error: 'Execute a Sequence of Actions' Grouped action 'add task by location: loop' child action 'add task by loca...
Hi Everyone,I have been confused by 2 different results for same data and same expression.Here is the expression"isnotblank(filter("Product_Locations",and(([_thisrow].[product] = [product]),([_thisrow].[location] = [location]))))" This expression is ...
Hi Guys,I wrote an expression as following for existing row checking.isnotblank(filter("tableA",([id] = [_thisrow].[id])))Table A key column id,Table B _ComputedKey id, timestamp.There is a bot for Table B, checking existing id in Table A.If it is is...
Hi Guys,Thank you very much for checking this question and appreciate to anyone who think about this question.I have two bots, one scheduled(bot A) based on table A , one trigger by data added( bot B) based on table B.Bot A runs everyday, call data a...
I want to check exsiting values in one row.with In() functon.For example, if row group = 1 and color = yellow is exsiting, then return true.Using In() function as followsAnd( In( [group], 1 ), In([color], yellow))will get the same result in following...