Animated action in Appsheet

Hello everyone,

Let me ask a question for

How to create animated action when add a new row to another table?

 

Please show me the way.

 

Thanks

Kyaw 

0 1 33
1 REPLY 1

Hi @umin-kyaw hope this will help you 

AbdullaNsour_0-1707903291834.pngAbdullaNsour_1-1707903315799.png

AbdullaNsour_2-1707903340039.png

you can find your action here 

AbdullaNsour_3-1707903385317.png

the expression is selecting values from the Pro_ID column in the profits table where the Pay_ID matches the Pay_ID in the current row.

 

 

Select(profits[Pro_ID],([Pay_ID] = [_THISROW].[Pay_ID]))

 

 

 Note : The action should not be group of actions 

 

 

Top Labels in this Space