-
Re: Public WebApp setup
Hi, The WebAppId can be replaced with the actual ID of the webapp. If you open the webapp from the project you wish to make public the information you are looking for will be in the URL you see in th…1 · -
Re: If given column is blank returns a given value
Hi Laurent, You should be able to use the syntax : if (isBlank(ColA),'Missing','Present')1 · -
Re: Python environment creation failed (time-series forecast)
Hi, So the python3-dev version is 3.8. The logs show the code env is using Python 3.6. Can you try installing python3.6-dev : sudo apt-get install -y python3.6-dev If that does not work you will need…1 · -
Re: GoogleSheet addin error when sheet name ends with number
Upon further testing quoting the sheet name doesn't seem to work as suggested. The underlying issue appears to be a limitation in older gspread library versions on how it handles sheet names whe…1 · -
Re: How to get the flow zone Id?
Hi, To get the flow zone ID , from the Flow, use the flow zone view and click on the Flow zone and then Open the flow and the Id will be in the url. Hope that helps!3 ·
