New Member
Since ‎03-15-2019
‎03-15-2019

My Stats

  • 17 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

AeoLUS's Bio

Badges Ivan_Oboth Earned

View all badges

Recent Activity

Hi all, Is there an equivalent of Excel’s indirect formula in appsheet expressions? I’m trying to get the column name from a string in current row. This is the Formula i’ve tried SELECT(Table"["&[Attribute]&"]", TRUE) My Assumption “[”&[Attribute]&"]...
Hi all, is it possible to send a browser link via email that opens a specific form for a user to fill in? Or would i have to do this in the ‘Starting View’ expression?
Hi all, I’m trying to get form inputs via email for one of the forms (feedback). Is a link to the browser app sufficient? Has anyone been able to do this?
I’m trying to find the count if a list of columns values for a record equals a certain text value (“X”). The list formula would be as below. LIST([Column1], [Column2], [Column3], [Column4]). Is there a way to count if any column in this list = “X” wi...
Hi all, With regard to the “Required If” section. I have a multi form app and i’ve set fields on Page2 & 3 to be required if the last question on Page5 is filled. I have marked this last question on Page5 as compulsory in the editor. The logic is not...